[xiph-commits] r8901 - experimental/derf/theora-exp/unix

tterribe at motherfish-iii.xiph.org tterribe at motherfish-iii.xiph.org
Fri Feb 11 12:56:15 PST 2005


Author: tterribe
Date: 2005-02-11 12:56:13 -0800 (Fri, 11 Feb 2005)
New Revision: 8901

Modified:
   experimental/derf/theora-exp/unix/Makefile
Log:
Forgot to commit the Makefile in the previous commit (r8900).
Remove the entry for (the empty) mcdec.c.
Remove redundant, hardcoded library entries for SDL.


Modified: experimental/derf/theora-exp/unix/Makefile
===================================================================
--- experimental/derf/theora-exp/unix/Makefile	2005-02-11 06:43:03 UTC (rev 8900)
+++ experimental/derf/theora-exp/unix/Makefile	2005-02-11 20:56:13 UTC (rev 8901)
@@ -56,7 +56,6 @@
 decode.c \
 dequant.c \
 huffdec.c \
-mcdec.c \
 
 LIBTHEORADEC_CHEADERS =   \
 ${LIBTHEORABASE_CHEADERS} \
@@ -157,7 +156,7 @@
 ${PLAYER_EXAMPLE_TARGET}: ${PLAYER_EXAMPLE_OBJS} ${LIBTHEORABASE_TARGET} \
                            ${LIBTHEORADEC_TARGET}
 	mkdir -p ${TARGETBINDIR}
-	${CC} ${CFLAGS} -o $@ ${PLAYER_EXAMPLE_OBJS} ${LIBS} -lSDL -lpthread \
+	${CC} ${CFLAGS} -o $@ ${PLAYER_EXAMPLE_OBJS} ${LIBS} \
          ${LIBTHEORADEC_TARGET} ${LIBTHEORABASE_TARGET}
 
 # Remove all targets.



More information about the commits mailing list