summaryrefslogtreecommitdiff
path: root/doc/examples/Makefile
diff options
context:
space:
mode:
authorClément Bœsch <clement@stupeflix.com>2013-11-28 13:18:58 +0100
committerClément Bœsch <clement@stupeflix.com>2013-11-28 13:19:50 +0100
commite5102feb6b5efc6f978b406cf2d25aa12fb2ef27 (patch)
treeea85ea7da32469d77a723aec2f26851b983ab48d /doc/examples/Makefile
parent03beb5792a3c714715c795b5c680d39bca6b0427 (diff)
doc/examples: add transcode_aac to local Makefile.
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 cc5ee1121f..f085532ffe 100644
--- a/doc/examples/Makefile
+++ b/doc/examples/Makefile
@@ -19,6 +19,7 @@ EXAMPLES= decoding_encoding \
muxing \
resampling_audio \
scaling_video \
+ transcode_aac \
OBJS=$(addsuffix .o,$(EXAMPLES))