diff options
author | David Hill <dhill@mindcry.org> | 2012-06-13 19:56:29 -0400 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-06-14 02:22:01 +0200 |
commit | 2ad8ac886b64f05bd650f28fdb0aeb8973da9421 (patch) | |
tree | ea52d52e7a4a9a3d50a4a977ef92fd74e5e2a980 /configure | |
parent | 266771f991fda83d12cac2608b408dfb6f53f38f (diff) | |
download | ffmpeg-2ad8ac886b64f05bd650f28fdb0aeb8973da9421.tar.gz |
configure: support Bitrig OS
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |