[FFmpeg-cvslog] configure: Disable PIC for cygwin just as for win32/mingw
Martin Storsjö
git at videolan.org
Tue May 14 12:25:56 CEST 2013
ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Mon May 13 12:06:40 2013 +0300| [05165c2f7a248037d0099f6821dc9e4a78071ffa] | committer: Martin Storsjö
configure: Disable PIC for cygwin just as for win32/mingw
If this is explicitly disabled for win32/mingw, it should also
be disabled for cygwin, for consistency and for the same reasons
as for win32/mingw.
Signed-off-by: Martin Storsjö <martin at martin.st>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=05165c2f7a248037d0099f6821dc9e4a78071ffa
---
configure | 1 +
1 file changed, 1 insertion(+)
diff --git a/configure b/configure
index b67a8bf..c84050c 100755
--- a/configure
+++ b/configure
@@ -3084,6 +3084,7 @@ case $target_os in
SHFLAGS='-shared -Wl,--out-implib,$(SUBDIR)lib$(FULLNAME).dll.a'
objformat="win32"
enable dos_paths
+ disable pic
;;
*-dos|freedos|opendos)
network_extralibs="-lsocket"
More information about the ffmpeg-cvslog
mailing list