From e5102feb6b5efc6f978b406cf2d25aa12fb2ef27 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Cl=C3=A9ment=20B=C5=93sch?= Date: Thu, 28 Nov 2013 13:18:58 +0100 Subject: [PATCH] doc/examples: add transcode_aac to local Makefile. --- doc/examples/Makefile | 1 + 1 file changed, 1 insertion(+) 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)) -- 2.11.0