[SCM] libav/experimental: The video hooks do not depend on the libav* libraries.
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 16:01:34 UTC 2013
The following commit has been merged in the experimental branch:
commit 819f3ab6f5ac7d24abd43d54763d1056cc36d865
Author: Diego Biurrun <diego at biurrun.de>
Date: Mon Jun 11 08:14:45 2007 +0000
The video hooks do not depend on the libav* libraries.
Originally committed as revision 9281 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/Makefile b/Makefile
index 574b722..cbb0621 100644
--- a/Makefile
+++ b/Makefile
@@ -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 \
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list