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
0cc9ee5f
Commit
0cc9ee5f
authored
May 09, 2012
by
Clément Bœsch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc/examples: install them with the shared data.
parent
e692b9d5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
Makefile
Makefile
+4
-2
No files found.
Makefile
View file @
0cc9ee5f
...
@@ -40,6 +40,7 @@ FFLIBS-$(CONFIG_SWSCALE) += swscale
...
@@ -40,6 +40,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
SKIPHEADERS
=
cmdutils_common_opts.h
SKIPHEADERS
=
cmdutils_common_opts.h
...
@@ -125,9 +126,10 @@ install-progs: install-progs-yes $(PROGS)
...
@@ -125,9 +126,10 @@ install-progs: install-progs-yes $(PROGS)
$(Q)
mkdir
-p
"
$(BINDIR)
"
$(Q)
mkdir
-p
"
$(BINDIR)
"
$(INSTALL)
-c
-m
755
$(INSTPROGS)
"
$(BINDIR)
"
$(INSTALL)
-c
-m
755
$(INSTPROGS)
"
$(BINDIR)
"
install-data
:
$(DATA_FILES)
install-data
:
$(DATA_FILES)
$(EXAMPLES_FILES)
$(Q)
mkdir
-p
"
$(DATADIR)
"
$(Q)
mkdir
-p
"
$(DATADIR)
/examples
"
$(INSTALL)
-m
644
$(DATA_FILES)
"
$(DATADIR)
"
$(INSTALL)
-m
644
$(DATA_FILES)
"
$(DATADIR)
"
$(INSTALL)
-m
644
$(EXAMPLES_FILES)
"
$(DATADIR)
/examples"
uninstall
:
uninstall-libs uninstall-headers uninstall-progs uninstall-data
uninstall
:
uninstall-libs uninstall-headers uninstall-progs uninstall-data
...
...
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