[SCM] libav/experimental: vhooks really need libav* even if they compile fine without on Linux.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:16:50 UTC 2013


The following commit has been merged in the experimental branch:
commit bab785a5f9db0381a27e6648f99445365f067549
Author: Diego Biurrun <diego at biurrun.de>
Date:   Mon Mar 10 18:37:18 2008 +0000

    vhooks really need libav* even if they compile fine without on Linux.
    
    Originally committed as revision 12409 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/Makefile b/Makefile
index 92141e2..1732042 100644
--- a/Makefile
+++ b/Makefile
@@ -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))

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list