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
0cb8579a
Commit
0cb8579a
authored
Feb 27, 2007
by
Måns Rullgård
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
simplify
Originally committed as revision 8152 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
1faf7dc8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
15 deletions
+6
-15
Makefile
Makefile
+6
-15
No files found.
Makefile
View file @
0cb8579a
...
...
@@ -11,22 +11,13 @@ CFLAGS=$(OPTFLAGS) -I$(BUILD_ROOT) -I$(SRC_PATH) -I$(SRC_PATH)/libavutil \
-D_FILE_OFFSET_BITS
=
64
-D_LARGEFILE_SOURCE
-D_ISOC9X_SOURCE
LDFLAGS
+=
-g
ifeq
($(CONFIG_FFMPEG),yes)
MANPAGES
=
doc/ffmpeg.1
PROGS_G
+=
ffmpeg_g
$(EXESUF)
PROGS
+=
ffmpeg
$(EXESUF)
endif
ifeq
($(CONFIG_FFSERVER),yes)
MANPAGES
+=
doc/ffserver.1
PROGS
+=
ffserver
$(EXESUF)
endif
PROGS-$(CONFIG_FFMPEG)
+=
ffmpeg
PROGS-$(CONFIG_FFPLAY)
+=
ffplay
PROGS-$(CONFIG_FFSERVER)
+=
ffserver
ifeq
($(CONFIG_FFPLAY),yes)
MANPAGES
+=
doc/ffplay.1
PROGS_G
+=
ffplay_g
$(EXESUF)
PROGS
+=
ffplay
$(EXESUF)
endif
PROGS
=
$
(
addsuffix
$(EXESUF)
,
$
(
PROGS-yes
))
PROGS_G
=
$
(
addsuffix _g
$(EXESUF)
,
$
(
PROGS-yes
))
MANPAGES
=
$
(
addprefix doc/,
$
(
addsuffix .1,
$
(
PROGS-yes
)))
BASENAMES
=
ffmpeg ffplay ffserver
ALLPROGS
=
$
(
addsuffix
$(EXESUF)
,
$(BASENAMES)
)
...
...
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