[FFmpeg-cvslog] configure: support Bitrig OS

Brad Smith git at videolan.org
Wed Aug 29 18:09:27 CEST 2012


ffmpeg | branch: master | Brad Smith <brad at comstyle.com> | Mon Aug 27 14:57:52 2012 -0400| [d488c3bcbaf7ddda42597e014deb661a7e9e2112] | committer: Diego Biurrun

configure: support Bitrig OS

Signed-off-by: Diego Biurrun <diego at biurrun.de>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d488c3bcbaf7ddda42597e014deb661a7e9e2112
---

 configure |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index ce399d0..8ba2c3c 100755
--- a/configure
+++ b/configure
@@ -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



More information about the ffmpeg-cvslog mailing list