1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-15 14:13:16 +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))