mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
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
This commit is contained in:
parent
6b78a77a35
commit
5b00e88bb2
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user