diff options
author | Måns Rullgård <mans@mansr.com> | 2009-07-28 08:58:42 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2009-07-28 08:58:42 +0000 |
commit | cd78208bd6699293b26f3a657b9148a26bab1237 (patch) | |
tree | 2c84bdac408ab48abc4360b9f990084b566b76ab /configure | |
parent | ac0bed54910188061349a1523cdf04c0e1178ed1 (diff) | |
download | ffmpeg-cd78208bd6699293b26f3a657b9148a26bab1237.tar.gz |
Enable PIC unconditionally on OpenBSD
Originally committed as revision 19526 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |