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
49e37ca9
Commit
49e37ca9
authored
Apr 10, 2008
by
Måns Rullgård
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove unused MAKE variable
Originally committed as revision 12786 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
9987769a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
13 deletions
+0
-13
configure
configure
+0
-13
No files found.
configure
View file @
49e37ca9
...
...
@@ -110,7 +110,6 @@ show_help(){
echo
" --enable-cross-compile assume a cross-compiler is used"
echo
" --target-os=OS compiler targets OS [
$target_os
]"
echo
" --cc=CC use C compiler CC [
$cc
]"
echo
" --make=MAKE use specified make [
$make
]"
echo
" --extra-cflags=ECFLAGS add ECFLAGS to CFLAGS [
$CFLAGS
]"
echo
" --extra-ldflags=ELDFLAGS add ELDFLAGS to LDFLAGS [
$LDFLAGS
]"
echo
" --extra-libs=ELIBS add ELIBS [
$ELIBS
]"
...
...
@@ -782,7 +781,6 @@ CMDLINE_SET='
incdir
libdir
logfile
make
mandir
prefix
shlibdir
...
...
@@ -894,7 +892,6 @@ cc="gcc"
ar
=
"ar"
nm
=
"nm"
ranlib
=
"ranlib"
make
=
"make"
strip
=
"strip"
asmalign_pot
=
"unknown"
ln_s
=
"ln -sf"
...
...
@@ -1433,14 +1430,6 @@ if test $cpu != "generic"; then
esac
fi
gnu_make
(){
$1
--version
2>&1 |
grep
-q
GNU
}
if
!
gnu_make
$make
;
then
gnu_make gmake
&&
make
=
gmake
||
die
"GNU make not found."
fi
# make sure we can execute files in $TMPDIR
cat
>
$TMPSH
2>>
$logfile
<<
EOF
#! /bin/sh
...
...
@@ -1855,7 +1844,6 @@ enabled libvorbis && append pkg_requires "vorbisenc"
echo
"install prefix
$prefix
"
echo
"source path
$source_path
"
echo
"C compiler
$cc
"
echo
"make
$make
"
echo
".align is power-of-two
$asmalign_pot
"
echo
"ARCH
$arch
(
$cpu
)"
if
test
"
$build_suffix
"
!=
""
;
then
...
...
@@ -1955,7 +1943,6 @@ echo "SHLIBDIR=\$(DESTDIR)$shlibdir" >> config.mak
echo
"INCDIR=
\$
(DESTDIR)
$incdir
"
>>
config.mak
echo
"BINDIR=
\$
(DESTDIR)
$bindir
"
>>
config.mak
echo
"MANDIR=
\$
(DESTDIR)
$mandir
"
>>
config.mak
echo
"MAKE=
$make
"
>>
config.mak
echo
"CC=
$cc
"
>>
config.mak
echo
"AR=
$ar
"
>>
config.mak
echo
"RANLIB=
$ranlib
"
>>
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