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
fb2ce7d9
Commit
fb2ce7d9
authored
Feb 11, 2007
by
Måns Rullgård
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
move pkg_requires setting to end
Originally committed as revision 7937 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
5af4e0cc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
configure
configure
+5
-4
No files found.
configure
View file @
fb2ce7d9
...
...
@@ -1050,13 +1050,10 @@ for opt do
--enable-libnut
)
libnut
=
"yes"
;;
--enable-libogg
)
libogg
=
"yes"
pkg_requires
=
"
$pkg_requires
ogg >= 1.1"
;;
--enable-libtheora
)
libtheora
=
"yes"
pkg_requires
=
"
$pkg_requires
theora"
;;
--enable-vorbis
)
libvorbis
=
"yes"
pkg_requires
=
"
$pkg_requires
vorbis vorbisenc"
;;
--enable-faad
)
libfaad
=
"yes"
;;
...
...
@@ -1073,7 +1070,6 @@ for opt do
--enable-x11grab
)
x11grab
=
"yes"
;;
--enable-dc1394
)
dc1394
=
"yes"
pkg_requires
=
"
$pkg_requires
libraw1394"
;;
--disable-vhook
)
vhook
=
"no"
;;
...
...
@@ -1829,6 +1825,11 @@ enabled_any pthreads beosthreads os2threads w32threads && enable threads
check_deps
$CONFIG_LIST
$HAVE_LIST
$DECODER_LIST
$ENCODER_LIST
$PARSER_LIST
\
$DEMUXER_LIST
$MUXER_LIST
enabled libogg
&&
append pkg_requires
"ogg >= 1.1"
enabled libtheora
&&
append pkg_requires
"theora"
enabled libvorbis
&&
append pkg_requires
"vorbis vorbisenc"
enabled dc1394
&&
append pkg_requires
"libraw1394"
echo
"install prefix
$PREFIX
"
echo
"source path
$source_path
"
echo
"C compiler
$cc
"
...
...
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