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
13ef7825
Commit
13ef7825
authored
Sep 18, 2007
by
Ramiro Polla
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Properly check for -lm
Originally committed as revision 10528 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
f84c3573
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
configure
configure
+3
-4
No files found.
configure
View file @
13ef7825
...
...
@@ -1078,7 +1078,6 @@ enabled_any x86_32 x86_64 && enable x86
enabled sparc64
&&
enable
sparc
# OS specific
osextralibs
=
"-lm"
case
$targetos
in
beos|haiku|zeta
)
PREFIX
=
"
$HOME
/config"
...
...
@@ -1129,14 +1128,13 @@ case $targetos in
need_memalign
=
"no"
;;
bsd/os
)
osextralibs
=
"-lpoll -lgnugetopt
-lm
"
osextralibs
=
"-lpoll -lgnugetopt"
strip
=
"strip -d"
;;
darwin
)
need_memalign
=
"no"
SHFLAGS
=
"-dynamiclib -Wl,-single_module -Wl,-install_name,
\$
(SHLIBDIR)/
\$
(SLIBNAME),-current_version,
\$
(SPPVERSION),-compatibility_version,
\$
(SPPVERSION) -Wl,-read_only_relocs,suppress"
VHOOKSHFLAGS
=
'-dynamiclib -Wl,-single_module -flat_namespace -undefined suppress -Wl,-install_name,$(SHLIBDIR)/vhook/$@'
osextralibs
=
""
strip
=
"strip -x"
FFLDFLAGS
=
"-Wl,-dynamic,-search_paths_first"
SLIBSUF
=
".dylib"
...
...
@@ -1172,7 +1170,6 @@ case $targetos in
VHOOKSHFLAGS
=
"
$VHOOKSHFLAGS
-L
\$
(BUILD_ROOT)/libswscale"
VHOOKLIBS
=
"
$VHOOKLIBS
-lswscale
\$
(BUILDSUF)"
fi
osextralibs
=
""
EXESUF
=
".exe"
SLIBPREF
=
"cyg"
SLIBSUF
=
".dll"
...
...
@@ -1195,6 +1192,8 @@ esac
add_extralibs
$osextralibs
check_ldflags
-lm
if
!
disabled logging
;
then
enabled logging
||
logfile
=
"
$logging
"
echo
"#
$0
$@
"
>
$logfile
...
...
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