Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
7ca102a7
Commit
7ca102a7
authored
Sep 13, 2012
by
Stefano Sabatini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
examples: add README file with simple compilation instructions
parent
d15be910
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
1 deletion
+19
-1
Makefile
Makefile
+1
-1
README
doc/examples/README
+18
-0
No files found.
Makefile
View file @
7ca102a7
...
@@ -41,7 +41,7 @@ FFLIBS-$(CONFIG_SWSCALE) += swscale
...
@@ -41,7 +41,7 @@ FFLIBS-$(CONFIG_SWSCALE) += swscale
FFLIBS
:=
avutil
FFLIBS
:=
avutil
DATA_FILES
:=
$
(
wildcard
$(SRC_PATH)
/presets/
*
.ffpreset
)
$(SRC_PATH)
/doc/ffprobe.xsd
DATA_FILES
:=
$
(
wildcard
$(SRC_PATH)
/presets/
*
.ffpreset
)
$(SRC_PATH)
/doc/ffprobe.xsd
EXAMPLES_FILES
:=
$
(
wildcard
$(SRC_PATH)
/doc/examples/
*
.c
)
$(SRC_PATH)
/doc/examples/Makefile
EXAMPLES_FILES
:=
$
(
wildcard
$(SRC_PATH)
/doc/examples/
*
.c
)
$(SRC_PATH)
/doc/examples/Makefile
$(SRC_PATH)
/doc/examples/README
SKIPHEADERS
=
cmdutils_common_opts.h
SKIPHEADERS
=
cmdutils_common_opts.h
...
...
doc/examples/README
0 → 100644
View file @
7ca102a7
FFmpeg examples README
----------------------
Both following use cases rely on pkg-config and make, thus make sure
that you have them installed and working on your system.
1) Build the installed examples in a generic read/write user directory
Copy to a read/write user directory and just use "make", it will link
to the libraries on your system, assuming the PKG_CONFIG_PATH is
correctly configured.
2) Build the examples in-tree
Assuming you are in the source FFmpeg checkout directory, you need to build
FFmpeg (no need to make install in any prefix). Then you can go into the
doc/examples and run a command such as PKG_CONFIG_PATH=pc-uninstalled make.
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