1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-15 14:13:16 +02:00

configure: support Bitrig OS

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
David Hill
2012-06-13 19:56:29 -04:00
committed by Michael Niedermayer
parent 266771f991
commit 2ad8ac886b

2
configure vendored
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