]> git.sesse.net Git - x264/commitdiff
Move getopt.c to x264cli sources from libx264
authorAnton Mitrofanov <BugMaster@narod.ru>
Fri, 23 Apr 2010 20:26:13 +0000 (00:26 +0400)
committerFiona Glaser <fiona@x264.com>
Fri, 23 Apr 2010 20:53:43 +0000 (13:53 -0700)
Only affects builds on systems without getopt.c.

Makefile

index 182bddc29a1353adc01f44be0a82c87805971ee6..6378fba9ed25b04f19bfca47fc556fba2b86ef53 100644 (file)
--- 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),)