Move all example programs to doc/examples

Also drop support for building examples in library directories.
This commit is contained in:
Diego Biurrun 2014-02-15 15:50:29 +01:00
parent 77fbc03265
commit b339182eba
11 changed files with 18 additions and 19 deletions

View file

@ -24,7 +24,7 @@
* @file
* libavformat API example.
*
* @example doc/examples/output.c
* @example output.c
* Output a media file in any supported libavformat format. The default
* codecs are used.
*/