summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorDavid Hill <dhill@mindcry.org>2012-06-13 19:56:29 -0400
committerMichael Niedermayer <michaelni@gmx.at>2012-06-14 02:22:01 +0200
commit2ad8ac886b64f05bd650f28fdb0aeb8973da9421 (patch)
treeea52d52e7a4a9a3d50a4a977ef92fd74e5e2a980 /configure
parent266771f991fda83d12cac2608b408dfb6f53f38f (diff)
downloadffmpeg-streaming-2ad8ac886b64f05bd650f28fdb0aeb8973da9421.zip
ffmpeg-streaming-2ad8ac886b64f05bd650f28fdb0aeb8973da9421.tar.gz
configure: support Bitrig OS
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 8cd5467..221dfd0 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
OpenPOWER on IntegriCloud