summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r--libavformat/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile
index 579c7bcceb..7585618df3 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -243,6 +243,9 @@ OBJS-$(CONFIG_RTP_PROTOCOL) += rtpproto.o
OBJS-$(CONFIG_TCP_PROTOCOL) += tcp.o
OBJS-$(CONFIG_UDP_PROTOCOL) += udp.o
+EXAMPLES = output-example
TESTPROGS = timefilter
+$(SUBDIR)output-example$(EXESUF): $(FF_DEP_LIBS)
+
include $(SUBDIR)../subdir.mak