1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-21 10:55:51 +02:00

doc/examples: add transcode_aac to local Makefile.

This commit is contained in:
Clément Bœsch 2013-11-28 13:18:58 +01:00
parent 03beb5792a
commit e5102feb6b

View File

@ -19,6 +19,7 @@ EXAMPLES= decoding_encoding \
muxing \
resampling_audio \
scaling_video \
transcode_aac \
OBJS=$(addsuffix .o,$(EXAMPLES))