[x264-devel] commit: Move getopt.c to x264cli sources from libx264 (Anton Mitrofanov )

git at videolan.org git at videolan.org
Sat Apr 24 00:40:16 CEST 2010


x264 | branch: master | Anton Mitrofanov <BugMaster at narod.ru> | Sat Apr 24 00:26:13 2010 +0400| [fbcc1ecd6de4b12dc0ee39bfa426ef150b89b047] | committer: Jason Garrett-Glaser 

Move getopt.c to x264cli sources from libx264
Only affects builds on systems without getopt.c.

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

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

diff --git a/Makefile b/Makefile
index 182bddc..6378fba 100644
--- a/Makefile
+++ b/Makefile
@@ -101,7 +101,7 @@ OBJASM  = $(ASMSRC:%.asm=%.o)
 endif
 
 ifneq ($(HAVE_GETOPT_LONG),1)
-SRCS += extras/getopt.c
+SRCCLI += extras/getopt.c
 endif
 
 ifneq ($(SONAME),)



More information about the x264-devel mailing list