Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
48362cea
Commit
48362cea
authored
Mar 18, 2016
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: Update paths to match new examples location
parent
8dead2aa
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
8 deletions
+4
-8
.gitignore
.gitignore
+0
-1
Doxyfile
doc/Doxyfile
+1
-1
build_system.txt
doc/build_system.txt
+1
-4
developer.texi
doc/developer.texi
+2
-2
No files found.
.gitignore
View file @
48362cea
...
...
@@ -17,7 +17,6 @@
*.so.*
*.swp
*.ver
*-example
*-test
/.config
/.version
...
...
doc/Doxyfile
View file @
48362cea
...
...
@@ -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
...
...
doc/build_system.txt
View file @
48362cea
...
...
@@ -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).
doc/developer.texi
View file @
48362cea
...
...
@@ -15,11 +15,11 @@
@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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment