[FFmpeg-cvslog] r11530 - trunk/Makefile
diego
subversion
Mon Jan 14 23:23:53 CET 2008
Author: diego
Date: Mon Jan 14 23:23:53 2008
New Revision: 11530
Log:
Add compilation rule for tools/pktdumper.
Modified:
trunk/Makefile
Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Mon Jan 14 23:23:53 2008
@@ -107,6 +107,9 @@ version.h:
output_example$(EXESUF): output_example.o .libs
$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $< $(EXTRALIBS)
+tools/pktdumper$(EXESUF): tools/pktdumper.c
+ $(CC) $(CFLAGS) $(LDFLAGS) $< -o $@ $(EXTRALIBS)
+
tools/qt-faststart$(EXESUF): tools/qt-faststart.c
$(CC) $(CFLAGS) $< -o $@
More information about the ffmpeg-cvslog
mailing list