Browse Source

configure: support Bitrig OS

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n1.0
David Hill Michael Niedermayer 13 years ago
parent
commit
2ad8ac886b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      configure

+ 1
- 1
configure View File

@@ -2702,7 +2702,7 @@ case $target_os in
oss_indev_extralibs="-lossaudio"
oss_outdev_extralibs="-lossaudio"
;;
openbsd)
openbsd|bitrig)
# 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


Loading…
Cancel
Save