summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorReinhard Tartler <siretart@tauware.de>2011-07-01 20:50:33 +0200
committerReinhard Tartler <siretart@tauware.de>2011-07-02 13:52:29 +0200
commit12489443dec228d60fa3dc56695f6ddae08beb37 (patch)
tree6a5ad67278e9ab35b3c696920fc045b4fead838c /libavformat/Makefile
parent21a19b7912fe0622f3d1748ff102fcc7bc7a974a (diff)
libavformat: Add an example how to use the metadata API
Also include it into the doxygen documentation
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r--libavformat/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile
index 3d22c6f265..a20db26b03 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -333,7 +333,7 @@ OBJS-$(CONFIG_UDP_PROTOCOL) += udp.o
# libavdevice dependencies
OBJS-$(CONFIG_JACK_INDEV) += timefilter.o
-EXAMPLES = output
+EXAMPLES = metadata output
TESTPROGS = timefilter
include $(SRC_PATH)/subdir.mak