[FFmpeg-cvslog] r9281 - trunk/Makefile

diego subversion
Mon Jun 11 10:14:45 CEST 2007


Author: diego
Date: Mon Jun 11 10:14:45 2007
New Revision: 9281

Log:
The video hooks do not depend on the libav* libraries.


Modified:
   trunk/Makefile

Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile	(original)
+++ trunk/Makefile	Mon Jun 11 10:14:45 2007
@@ -99,7 +99,7 @@ ffmpeg.o ffplay.o ffserver.o: version.h
 %.o: %.c
 	$(CC) $(CFLAGS) -c -o $@ $<
 
-videohook: .libs
+videohook:
 	$(MAKE) -C vhook all
 
 documentation: $(addprefix doc/, ffmpeg-doc.html faq.html ffserver-doc.html \




More information about the ffmpeg-cvslog mailing list