[FFmpeg-devel] [PATCH] - support Bitrig OS
David Hill
dhill at mindcry.org
Wed Jun 13 06:21:11 CEST 2012
Hello -
This patch allows ffmpeg to recognize Bitrig OS. It also adds a local
OpenBSD patch.
diff --git a/configure b/configure
index f95a204..eb07999 100755
--- a/configure
+++ b/configure
@@ -2711,9 +2711,18 @@ case $target_os in
enable pic
disable symver
SHFLAGS='-shared'
+ SLIBNAME_WITH_MAJOR='$(SLIBNAME).$(LIBVERSION)'
oss_indev_extralibs="-lossaudio"
oss_outdev_extralibs="-lossaudio"
;;
+ bitrig)
+ enable pic
+ disable symver
+ SHFLAGS='-shared'
+ SLIBNAME_WITH_MAJOR='$(SLIBNAME).$(LIBVERSION)'
+ oss_indev_extralibs="-lossaudio"
+ oss_outdev_extralibs="-lossaudio"
+ ;;
dragonfly)
disable symver
;;
More information about the ffmpeg-devel
mailing list