[SCM] libav/experimental: Move output-example dependency declaration after subdir.mak include so that it is not the first (and thus default) target and output-example is not always built.

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


The following commit has been merged in the experimental branch:
commit 5b00e88bb2b202a8cca7dfaa0132ac425f4bfe45
Author: Diego Biurrun <diego at biurrun.de>
Date:   Fri Mar 27 17:06:39 2009 +0000

    Move output-example dependency declaration after subdir.mak include so that it is
    not the first (and thus default) target and output-example is not always built.
    
    Originally committed as revision 18203 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/Makefile b/libavformat/Makefile
index 7585618..eaec4a9 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -246,6 +246,6 @@ OBJS-$(CONFIG_UDP_PROTOCOL)              += udp.o
 EXAMPLES  = output-example
 TESTPROGS = timefilter
 
-$(SUBDIR)output-example$(EXESUF): $(FF_DEP_LIBS)
-
 include $(SUBDIR)../subdir.mak
+
+$(SUBDIR)output-example$(EXESUF): $(FF_DEP_LIBS)

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list