Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
fdf88598
Commit
fdf88598
authored
Sep 29, 2007
by
Måns Rullgård
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix -lm check
Originally committed as revision 10620 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
b6cd8593
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
configure
configure
+2
-2
No files found.
configure
View file @
fdf88598
...
@@ -1217,8 +1217,6 @@ esac
...
@@ -1217,8 +1217,6 @@ esac
add_extralibs
$osextralibs
add_extralibs
$osextralibs
check_ldflags
-lm
if
!
disabled logging
;
then
if
!
disabled logging
;
then
enabled logging
||
logfile
=
"
$logging
"
enabled logging
||
logfile
=
"
$logging
"
echo
"#
$0
$@
"
>
$logfile
echo
"#
$0
$@
"
>
$logfile
...
@@ -1547,6 +1545,8 @@ for thread in $THREADS_LIST; do
...
@@ -1547,6 +1545,8 @@ for thread in $THREADS_LIST; do
fi
fi
done
done
check_lib math.h sin
-lm
# test for lrintf in math.h
# test for lrintf in math.h
check_exec
<<
EOF
&& enable lrintf || disable lrintf
check_exec
<<
EOF
&& enable lrintf || disable lrintf
#define _ISOC9X_SOURCE 1
#define _ISOC9X_SOURCE 1
...
...
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