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
2a320695
Commit
2a320695
authored
Aug 07, 2007
by
Ramiro Polla
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Simplify configure's output
Originally committed as revision 9972 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
a9bb28a3
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
configure
configure
+4
-4
No files found.
configure
View file @
2a320695
...
@@ -1234,6 +1234,10 @@ EOF
...
@@ -1234,6 +1234,10 @@ EOF
exit
1
;
exit
1
;
fi
fi
if
disabled static
;
then
LIB
=
""
fi
if
!
enabled libogg
;
then
if
!
enabled libogg
;
then
enabled libtheora
&&
die
"libogg must be enabled to enable libtheora."
enabled libtheora
&&
die
"libogg must be enabled to enable libtheora."
enabled libvorbis
&&
die
"libogg must be enabled to enable libvorbis."
enabled libvorbis
&&
die
"libogg must be enabled to enable libvorbis."
...
@@ -1896,11 +1900,7 @@ echo "BUILD_STATIC=$static" >> config.mak
...
@@ -1896,11 +1900,7 @@ echo "BUILD_STATIC=$static" >> config.mak
echo
"BUILDSUF=
$BUILDSUF
"
>>
config.mak
echo
"BUILDSUF=
$BUILDSUF
"
>>
config.mak
echo
"LIBPREF=
$LIBPREF
"
>>
config.mak
echo
"LIBPREF=
$LIBPREF
"
>>
config.mak
echo
"LIBSUF=
\$
{BUILDSUF}
$LIBSUF
"
>>
config.mak
echo
"LIBSUF=
\$
{BUILDSUF}
$LIBSUF
"
>>
config.mak
if
enabled static
;
then
echo
"LIB=
$LIB
"
>>
config.mak
echo
"LIB=
$LIB
"
>>
config.mak
else
# Some Make complain if this variable does not exist.
echo
"LIB="
>>
config.mak
fi
echo
"SLIBPREF=
$SLIBPREF
"
>>
config.mak
echo
"SLIBPREF=
$SLIBPREF
"
>>
config.mak
echo
"SLIBSUF=
\$
{BUILDSUF}
$SLIBSUF
"
>>
config.mak
echo
"SLIBSUF=
\$
{BUILDSUF}
$SLIBSUF
"
>>
config.mak
echo
"EXESUF=
\$
{BUILDSUF}
$EXESUF
"
>>
config.mak
echo
"EXESUF=
\$
{BUILDSUF}
$EXESUF
"
>>
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