[x264-devel] commit: Revert "fix linking issue with the CLI" (Guillaume Poirier )

git version control git at videolan.org
Sun Jan 31 15:10:34 CET 2010


x264 | branch: master | Guillaume Poirier <gpoirier at MacBook-Pro-de-Guillaume-Poirier.local> | Sun Jan 31 15:07:33 2010 +0100| [b5e8c4b06def49670bcb76c6302d9f6ee222cf30] | committer: Guillaume Poirier 

Revert "fix linking issue with the CLI"

This reverts commit 9899cd539f738ad12750683e4079f08ee32ccc0d.

> http://git.videolan.org/gitweb.cgi/x264.git/?a=commit;h=b5e8c4b06def49670bcb76c6302d9f6ee222cf30
---

 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index c0c22ff..3ac975d 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ SRCS = common/mc.c common/predict.c common/pixel.c common/macroblock.c \
        encoder/set.c encoder/macroblock.c encoder/cabac.c \
        encoder/cavlc.c encoder/encoder.c encoder/lookahead.c
 
-SRCCLI = x264.c input/yuv.c input/y4m.c input/thread.c output/raw.c \
+SRCCLI = x264.c input/yuv.c input/y4m.c output/raw.c \
          output/matroska.c output/matroska_ebml.c \
          output/flv.c output/flv_bytestream.c
 



More information about the x264-devel mailing list