OSDN Git Service

doc: Update paths to match new examples location
authorDiego Biurrun <diego@biurrun.de>
Fri, 18 Mar 2016 11:41:47 +0000 (12:41 +0100)
committerDiego Biurrun <diego@biurrun.de>
Wed, 23 Mar 2016 08:35:40 +0000 (09:35 +0100)
.gitignore
doc/Doxyfile
doc/build_system.txt
doc/developer.texi

index 96494aa..6f14290 100644 (file)
@@ -17,7 +17,6 @@
 *.so.*
 *.swp
 *.ver
-*-example
 *-test
 /.config
 /.version
index 58f7dfb..08c81f3 100644 (file)
@@ -646,7 +646,7 @@ EXAMPLE_PATH           =
 # and *.h) to filter out the source-files in the directories. If left
 # blank all files are included.
 
-EXAMPLE_PATTERNS       = *-example.c
+EXAMPLE_PATTERNS       =
 
 # If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
 # searched for input files to be used with the \include or \dontinclude
index c3dede7..3c5f156 100644 (file)
@@ -19,11 +19,8 @@ all
 install
     Install headers, libraries and programs.
 
-libavformat/output-example
+doc/examples/output
     Build the libavformat basic example.
 
-libavcodec/api-example
-    Build the libavcodec basic example.
-
 libswscale/swscale-test
     Build the swscale self-test (useful also as example).
index 00e2b60..5051d33 100644 (file)
 
 @itemize @bullet
 @item libavcodec is the library containing the codecs (both encoding and
-decoding). Look at @file{libavcodec/apiexample.c} to see how to use it.
+decoding). Look at @file{doc/examples/avcodec.c} to see how to use it.
 
 @item libavformat is the library containing the file format handling (mux and
 demux code for several formats). Look at @file{avplay.c} to use it in a
-player. See @file{libavformat/output-example.c} to use it to generate
+player. See @file{doc/examples/output.c} to use it to generate
 audio or video streams.
 @end itemize