git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Use check_cflags for -mdynamic-no-pic so third-party compilers will work on Darwin.
[ffmpeg.git]
/
configure
diff --git
a/configure
b/configure
index
840d054
..
c6bb4d7
100755
(executable)
--- a/
configure
+++ b/
configure
@@
-1358,7
+1358,7
@@
if test $target_os = darwin; then
add_cflags "-pipe"
check_cflags "-force_cpusubtype_ALL"
check_cflags "-Wno-sign-compare"
- enabled shared ||
add
_cflags -mdynamic-no-pic
+ enabled shared ||
check
_cflags -mdynamic-no-pic
fi
fi