[FFmpeg-devel] [PATCH] - support Bitrig OS

Michael Niedermayer michaelni at gmx.at
Thu Jun 14 01:41:53 CEST 2012


Hi

On Wed, Jun 13, 2012 at 12:21:11AM -0400, David Hill wrote:
> 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"
> +	;;

tabs are not allowed in ffmpeg git
also why dont you just add bitrig to the openbsd case ? the 2 look
identical. They could always be split when it becomes neccessary

and maybe you would be interrested in running a bitrig fate client ?
(see doc/fate.texi and fate.ffmpeg.org)

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Republics decline into democracies and democracies degenerate into
despotisms. -- Aristotle
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20120614/215c255a/attachment.asc>


More information about the ffmpeg-devel mailing list