[FFmpeg-devel] [PATCH][0.5] Fix building on the hurd

Reimar Döffinger Reimar.Doeffinger
Mon Feb 1 21:22:10 CET 2010


On Mon, Feb 01, 2010 at 09:04:52PM +0100, Reinhard Tartler wrote:
> 
> Author: Andres Mejia <mcitadel at gmail.com>
> Fix build failures for the GNU Hurd OS
> 
> please approve for branches/0.5
> 
> --- a/configure
> +++ b/configure
> @@ -1651,6 +1651,9 @@ case $target_os in
>          ;;
>      gnu/kfreebsd)
>          ;;
> +    gnu)
> +        disable dv1394
> +        ;;

How does it fail? There certainly should be a proper
autodetection for that feature?
Actually, considering it only seems to require ioctl
and mmap is there much of a point to disable this feature?



More information about the ffmpeg-devel mailing list