[SCM] libav/experimental: The videohook target does not depend on .libs.
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 16:16:35 UTC 2013
The following commit has been merged in the experimental branch:
commit 4c85ae7ba5c3050c34df025d64b48267141d39b9
Author: Diego Biurrun <diego at biurrun.de>
Date: Sat Mar 8 15:19:07 2008 +0000
The videohook target does not depend on .libs.
Originally committed as revision 12367 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/Makefile b/Makefile
index f0d3722..ea8df01 100644
--- a/Makefile
+++ b/Makefile
@@ -121,7 +121,7 @@ ffplay.o: CFLAGS += $(SDL_CFLAGS)
ffmpeg.o ffplay.o ffserver.o: version.h
-videohook: .libs $(HOOKS)
+videohook: $(HOOKS)
vhook/%$(SLIBSUF): vhook/%.o
$(CC) $(LDFLAGS) -o $@ $(VHOOKSHFLAGS) $< $(VHOOKLIBS) $(LIBS_$(@F))
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list