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
2cc8ae96
Commit
2cc8ae96
authored
Aug 11, 2001
by
Fabrice Bellard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
use MAKE variable
Originally committed as revision 63 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
0c1e384c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
Makefile
Makefile
+4
-4
configure
configure
+1
-0
No files found.
Makefile
View file @
2cc8ae96
...
...
@@ -15,8 +15,8 @@ PROG= ffmpeg ffserver
all
:
lib $(PROG)
lib
:
make
-C
libavcodec all
make
-C
libav all
$(MAKE)
-C
libavcodec all
$(MAKE)
-C
libav all
ffmpeg
:
ffmpeg.o libav/libav.a libavcodec/libavcodec.a
gcc
$(LDFLAGS)
-o
$@
$^
-lm
...
...
@@ -31,8 +31,8 @@ install: all
install
-s
-m
755
$(PROG)
$(prefix)
/bin
clean
:
make
-C
libavcodec clean
make
-C
libav clean
$(MAKE)
-C
libavcodec clean
$(MAKE)
-C
libav clean
rm
-f
*
.o
*
~ gmon.out TAGS
$(PROG)
distclean
:
clean
...
...
configure
View file @
2cc8ae96
...
...
@@ -68,6 +68,7 @@ if test -z "$CFLAGS"; then
fi
echo
"prefix=
$prefix
"
>>
config.mak
echo
"MAKE=make"
>>
config.mak
echo
"CC=
$cc
"
>>
config.mak
echo
"AR=
$ar
"
>>
config.mak
echo
"OPTFLAGS=
$CFLAGS
"
>>
config.mak
...
...
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