Commit 5b00e88b authored by Diego Biurrun's avatar Diego Biurrun

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
parent 6b78a77a
......@@ -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)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment