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
d2b7bcd2
Commit
d2b7bcd2
authored
Sep 23, 2001
by
Fabrice Bellard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
suppressed mpglib option
Originally committed as revision 137 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
829fa996
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
10 deletions
+1
-10
configure
configure
+1
-10
No files found.
configure
View file @
d2b7bcd2
...
...
@@ -40,7 +40,6 @@ case "$cpu" in
;;
esac
gprof
=
"no"
mp3lib
=
"yes"
grab
=
"yes"
win32
=
"no"
...
...
@@ -57,7 +56,6 @@ echo " --cc=CC use C compiler CC [$cc]"
echo
" --cpu=CPU force cpu to CPU [
$cpu
]"
echo
" --disable-mmx disable mmx usage"
echo
" --enable-gprof enable profiling with gprof [
$gprof
]"
echo
" --disable-mp3lib disable mp3 lib compiling"
echo
" --disable-grab disable audio/video grabbing code"
echo
" --enable-win32 enable win32 cross compile"
exit
1
...
...
@@ -75,8 +73,6 @@ for opt do
;;
--enable-gprof
)
gprof
=
"yes"
;;
--disable-mp3lib
)
mp3lib
=
"no"
;;
--disable-grab
)
grab
=
"no"
;;
--enable-win32
)
win32
=
"yes"
...
...
@@ -163,16 +159,11 @@ echo "CONFIG_ENCODERS=yes" >> config.mak
echo
"#define CONFIG_DECODERS 1"
>>
config.h
echo
"CONFIG_DECODERS=yes"
>>
config.mak
# special AC3
and MPGLIB enabling
stuff in case you already have it
# special AC3 stuff in case you already have it
# without libavcodec.
echo
"#define CONFIG_AC3 1"
>>
config.h
echo
"CONFIG_AC3=yes"
>>
config.mak
if
[
"
$mp3lib
"
=
"yes"
]
;
then
echo
"#define CONFIG_MPGLIB 1"
>>
config.h
echo
"CONFIG_MPGLIB=yes"
>>
config.mak
fi
if
[
"
$grab
"
=
"yes"
]
;
then
echo
"#define CONFIG_GRAB 1"
>>
config.h
echo
"CONFIG_GRAB=yes"
>>
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