Browse Source

Attempt to document the "enable pic" hackery for OpenBSD.

Originally committed as revision 20491 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Reimar Döffinger 16 years ago
parent
commit
a7b9c8aefd
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      configure

+ 4
- 0
configure View File

@@ -1916,6 +1916,10 @@ case $target_os in
;;
openbsd)
enable malloc_aligned
# on OpenBSD 4.5. the compiler does not use PIC unless explicitly using
# -fPIC. FFmpeg builds fine without PIC, however the generated executable
# will not do anything (simply quits with exit-code 1, no crash, no output).
# Thus explicitly enable PIC here.
enable pic
SHFLAGS='-shared'
oss_indev_extralibs="-lossaudio"


Loading…
Cancel
Save