diff options
author | Brad Smith <brad@comstyle.com> | 2012-08-27 14:57:52 -0400 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-08-29 00:14:52 +0200 |
commit | d488c3bcbaf7ddda42597e014deb661a7e9e2112 (patch) | |
tree | 71b392750b24135eceeec22f773e7402d228488c | |
parent | b64a72e1b2a9250d372add69d4f0f7efc92b16a8 (diff) | |
download | ffmpeg-d488c3bcbaf7ddda42597e014deb661a7e9e2112.tar.gz |
configure: support Bitrig OS
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2595,7 +2595,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. Libav builds fine without PIC, # however the generated executable will not do anything |