doc: Update paths to match new examples location
This commit is contained in:
parent
8dead2aaca
commit
48362ceade
1
.gitignore
vendored
1
.gitignore
vendored
@ -17,7 +17,6 @@
|
|||||||
*.so.*
|
*.so.*
|
||||||
*.swp
|
*.swp
|
||||||
*.ver
|
*.ver
|
||||||
*-example
|
|
||||||
*-test
|
*-test
|
||||||
/.config
|
/.config
|
||||||
/.version
|
/.version
|
||||||
|
@ -646,7 +646,7 @@ EXAMPLE_PATH =
|
|||||||
# and *.h) to filter out the source-files in the directories. If left
|
# and *.h) to filter out the source-files in the directories. If left
|
||||||
# blank all files are included.
|
# blank all files are included.
|
||||||
|
|
||||||
EXAMPLE_PATTERNS = *-example.c
|
EXAMPLE_PATTERNS =
|
||||||
|
|
||||||
# If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
|
# 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
|
# searched for input files to be used with the \include or \dontinclude
|
||||||
|
@ -19,11 +19,8 @@ all
|
|||||||
install
|
install
|
||||||
Install headers, libraries and programs.
|
Install headers, libraries and programs.
|
||||||
|
|
||||||
libavformat/output-example
|
doc/examples/output
|
||||||
Build the libavformat basic example.
|
Build the libavformat basic example.
|
||||||
|
|
||||||
libavcodec/api-example
|
|
||||||
Build the libavcodec basic example.
|
|
||||||
|
|
||||||
libswscale/swscale-test
|
libswscale/swscale-test
|
||||||
Build the swscale self-test (useful also as example).
|
Build the swscale self-test (useful also as example).
|
||||||
|
@ -15,11 +15,11 @@
|
|||||||
|
|
||||||
@itemize @bullet
|
@itemize @bullet
|
||||||
@item libavcodec is the library containing the codecs (both encoding and
|
@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
|
@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
|
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.
|
audio or video streams.
|
||||||
@end itemize
|
@end itemize
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user