summaryrefslogtreecommitdiff
path: root/doc/examples/transcode_aac.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2014-02-15 15:50:29 +0100
committerDiego Biurrun <diego@biurrun.de>2014-02-16 21:37:21 +0100
commitb339182eba34f28de5f1a477cdd2c84f1ef35d90 (patch)
treee284b1348b4775bef096a807277606ffca6b325b /doc/examples/transcode_aac.c
parent77fbc032655534ab82627c982192323f2e0d5f18 (diff)
Move all example programs to doc/examples
Also drop support for building examples in library directories.
Diffstat (limited to 'doc/examples/transcode_aac.c')
-rw-r--r--doc/examples/transcode_aac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/transcode_aac.c b/doc/examples/transcode_aac.c
index 07f7fe765e..6206afe2e4 100644
--- a/doc/examples/transcode_aac.c
+++ b/doc/examples/transcode_aac.c
@@ -20,7 +20,7 @@
* @file
* simple audio converter
*
- * @example doc/examples/transcode_aac.c
+ * @example transcode_aac.c
* Convert an input audio file to AAC in an MP4 container using Libav.
* @author Andreas Unterweger (dustsigns@gmail.com)
*/