From: David Hill Date: Wed, 13 Jun 2012 23:56:29 +0000 (-0400) Subject: configure: support Bitrig OS X-Git-Tag: android-x86-4.4-r1~11254 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=2ad8ac886b64f05bd650f28fdb0aeb8973da9421;p=android-x86%2Fexternal-ffmpeg.git configure: support Bitrig OS Signed-off-by: Michael Niedermayer --- diff --git a/configure b/configure index 8cd5467c5d..221dfd0fba 100755 --- a/configure +++ b/configure @@ -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