diff options
author | Clément Bœsch <clement@stupeflix.com> | 2013-11-28 13:18:58 +0100 |
---|---|---|
committer | Clément Bœsch <clement@stupeflix.com> | 2013-11-28 13:19:50 +0100 |
commit | e5102feb6b5efc6f978b406cf2d25aa12fb2ef27 (patch) | |
tree | ea85ea7da32469d77a723aec2f26851b983ab48d | |
parent | 03beb5792a3c714715c795b5c680d39bca6b0427 (diff) | |
download | ffmpeg-e5102feb6b5efc6f978b406cf2d25aa12fb2ef27.tar.gz |
doc/examples: add transcode_aac to local Makefile.
-rw-r--r-- | doc/examples/Makefile | 1 |
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)) |