[xiph-commits] r16263 - branches/theora-thusnelda/examples
gmaxwell at svn.xiph.org
gmaxwell at svn.xiph.org
Sat Jul 11 21:31:03 PDT 2009
Author: gmaxwell
Date: 2009-07-11 21:31:02 -0700 (Sat, 11 Jul 2009)
New Revision: 16263
Modified:
branches/theora-thusnelda/examples/Makefile.am
Log:
Fix libraries for dump_video
Modified: branches/theora-thusnelda/examples/Makefile.am
===================================================================
--- branches/theora-thusnelda/examples/Makefile.am 2009-07-12 02:38:50 UTC (rev 16262)
+++ branches/theora-thusnelda/examples/Makefile.am 2009-07-12 04:31:02 UTC (rev 16263)
@@ -14,7 +14,7 @@
dump_video_SOURCES = dump_video.c
EXTRA_dump_video_SOURCES = getopt.c getopt1.c getopt.h
-dump_video_LDADD = $(GETOPT_OBJS) $(LDADD)
+dump_video_LDADD = $(GETOPT_OBJS) $(LDADDDEC)
dump_video_DEPENDENCIES = $(GETOPT_OBJS)
dump_psnr_SOURCES = dump_psnr.c
More information about the commits
mailing list