From 5b00e88bb2b202a8cca7dfaa0132ac425f4bfe45 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Fri, 27 Mar 2009 17:06:39 +0000 Subject: 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 --- libavformat/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libavformat') diff --git a/libavformat/Makefile b/libavformat/Makefile index 7585618df3..eaec4a9351 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) -- cgit v1.2.3