projects
/
libav.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Move output_example.c --> libavformat/output-example.c.
[libav.git]
/
libavformat
/
Makefile
diff --git
a/libavformat/Makefile
b/libavformat/Makefile
index
579c7bc
..
7585618
100644
(file)
--- 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