[xiph-commits] r9755 - trunk/ffmpeg2theora
j at svn.xiph.org
j at svn.xiph.org
Mon Aug 15 05:30:50 PDT 2005
Author: j
Date: 2005-08-15 05:30:47 -0700 (Mon, 15 Aug 2005)
New Revision: 9755
Modified:
trunk/ffmpeg2theora/Makefile.am
Log:
fix order in LDFLAGS
Modified: trunk/ffmpeg2theora/Makefile.am
===================================================================
--- trunk/ffmpeg2theora/Makefile.am 2005-08-15 04:05:39 UTC (rev 9754)
+++ trunk/ffmpeg2theora/Makefile.am 2005-08-15 12:30:47 UTC (rev 9755)
@@ -9,7 +9,7 @@
bin_PROGRAMS = ffmpeg2theora
ffmpeg2theora_SOURCES = ffmpeg2theora.c theorautils.c
-ffmpeg2theora_LDFLAGS = -L$(prefix)/lib @FFMPEG_LIBS@ @XIPH_LIBS@
-ffmpeg2theora_CFLAGS = $(EXTRA) @XIPH_CFLAGS@ @FFMPEG_CFLAGS@
+ffmpeg2theora_LDFLAGS = -L$(prefix)/lib @XIPH_LIBS@ @FFMPEG_LIBS@
+ffmpeg2theora_CFLAGS = @XIPH_CFLAGS@ @FFMPEG_CFLAGS@
man_MANS = ffmpeg2theora.1
More information about the commits
mailing list