Commit db36904e authored by diego's avatar diego

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.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18203 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent e90ad4ee
......@@ -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