[FFmpeg-cvslog] r12409 - trunk/Makefile

diego subversion
Mon Mar 10 19:37:19 CET 2008


Author: diego
Date: Mon Mar 10 19:37:18 2008
New Revision: 12409

Log:
vhooks really need libav* even if they compile fine without on Linux.


Modified:
   trunk/Makefile

Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile	(original)
+++ trunk/Makefile	Mon Mar 10 19:37:18 2008
@@ -121,7 +121,8 @@ ffplay.o: CFLAGS += $(SDL_CFLAGS)
 
 ffmpeg.o ffplay.o ffserver.o: version.h
 
-videohook: $(HOOKS)
+# vhooks compile fine without libav*, but need them nonetheless.
+videohook: .libs $(HOOKS)
 
 vhook/%$(SLIBSUF): vhook/%.o
 	$(CC) $(LDFLAGS) -o $@ $(VHOOKSHFLAGS) $< $(VHOOKLIBS) $(LIBS_$(@F))




More information about the ffmpeg-cvslog mailing list