Enable PIC unconditionally on OpenBSD

Originally committed as revision 19526 to svn://svn.ffmpeg.org/ffmpeg/trunk
release/0.6
Måns Rullgård 16 years ago
parent ac0bed5491
commit cd78208bd6
  1. 2
      configure

2
configure vendored

@ -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"

Loading…
Cancel
Save