aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples/Makefile
diff options
context:
space:
mode:
authorAndrey Utkin <andrey.krieger.utkin@gmail.com>2014-03-09 02:20:41 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-03-17 20:56:33 +0100
commite10ab43614c1cccdeb656bf9d5431285a2f2d52f (patch)
tree9b86e0a0c2fcb0f72b1c664933fafe7ae06f52ed /doc/examples/Makefile
parente21235f9b9e264111279847617bb7bdaa734b11a (diff)
downloadffmpeg-e10ab43614c1cccdeb656bf9d5431285a2f2d52f.tar.gz
doc/examples: Add example transcoding.c
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 1553bab82c..646a63d121 100644
--- a/doc/examples/Makefile
+++ b/doc/examples/Makefile
@@ -22,6 +22,7 @@ EXAMPLES= avio_reading \
resampling_audio \
scaling_video \
transcode_aac \
+ transcoding \
OBJS=$(addsuffix .o,$(EXAMPLES))