Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFmpeg
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
libremedia
Tethys
FFmpeg
Commits
7ca102a7
Commit
7ca102a7
authored
12 years ago
by
Stefano Sabatini
Browse files
Options
Downloads
Patches
Plain Diff
examples: add README file with simple compilation instructions
parent
d15be910
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile
+1
-1
1 addition, 1 deletion
Makefile
doc/examples/README
+18
-0
18 additions, 0 deletions
doc/examples/README
with
19 additions
and
1 deletion
Makefile
+
1
−
1
View file @
7ca102a7
...
...
@@ -41,7 +41,7 @@ FFLIBS-$(CONFIG_SWSCALE) += swscale
FFLIBS
:=
avutil
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
...
...
This diff is collapsed.
Click to expand it.
doc/examples/README
0 → 100644
+
18
−
0
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.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment