[FFmpeg-cvslog] r19526 - trunk/configure
mru
subversion
Tue Jul 28 10:58:42 CEST 2009
Author: mru
Date: Tue Jul 28 10:58:42 2009
New Revision: 19526
Log:
Enable PIC unconditionally on OpenBSD
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Tue Jul 28 10:58:36 2009 (r19525)
+++ trunk/configure Tue Jul 28 10:58:42 2009 (r19526)
@@ -1813,7 +1813,7 @@ case $target_os in
;;
openbsd)
enable malloc_aligned
- LIBOBJFLAGS='$(PIC)'
+ enable pic
SHFLAGS='-shared'
oss_indev_extralibs="-lossaudio"
oss_outdev_extralibs="-lossaudio"
More information about the ffmpeg-cvslog
mailing list