summaryrefslogtreecommitdiff
path: root/doc/examples/Makefile
diff options
context:
space:
mode:
authorClément Bœsch <u@pkh.me>2017-03-29 13:38:29 +0200
committerClément Bœsch <u@pkh.me>2017-03-29 13:43:47 +0200
commit878070cc56065a6e0bc4aa2a73c6ac512bfa4d17 (patch)
treecc3f2ba88f0914785b77a1be2679aea2a786ad97 /doc/examples/Makefile
parent780cc080d85656429ba97426f35c7bc1f7f201bb (diff)
parentf5df897c4b61985e3afc89ba1290649712ff438e (diff)
Merge commit 'f5df897c4b61985e3afc89ba1290649712ff438e'
* commit 'f5df897c4b61985e3afc89ba1290649712ff438e': examples/avcodec: split audio decoding into a separate example Merged-by: Clément Bœsch <u@pkh.me>
Diffstat (limited to 'doc/examples/Makefile')
-rw-r--r--doc/examples/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/examples/Makefile b/doc/examples/Makefile
index f76e5a293c..3f33c22c16 100644
--- a/doc/examples/Makefile
+++ b/doc/examples/Makefile
@@ -13,6 +13,7 @@ LDLIBS := $(shell pkg-config --libs $(FFMPEG_LIBS)) $(LDLIBS)
EXAMPLES= avio_dir_cmd \
avio_reading \
+ decode_audio \
decoding_encoding \
demuxing_decoding \
encode_audio \