[FFmpeg-cvslog] configure: support Bitrig OS

David Hill git at videolan.org
Thu Jun 14 02:26:08 CEST 2012


ffmpeg | branch: master | David Hill <dhill at mindcry.org> | Wed Jun 13 19:56:29 2012 -0400| [2ad8ac886b64f05bd650f28fdb0aeb8973da9421] | committer: Michael Niedermayer

configure: support Bitrig OS

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

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

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

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



More information about the ffmpeg-cvslog mailing list