[FFmpeg-devel] [PATCH] Add a --disable-devices flag to configure
Aurelien Jacobs
aurel
Mon Dec 3 14:10:42 CET 2007
Panagiotis Issaris wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hi,
>
> Attached patch does $subject. This is needed because currently,
> disabling demuxers results in linking failures. --disable-demuxers
> disables the DV-demuxer which is needed in dv1394 which is not being
> disabled anymore (probably since r11077) by the disable-demuxers flag.
>
> [...]
>
> Index: configure
> ===================================================================
> --- configure (revision 11155)
> +++ configure (working copy)
> @@ -1007,6 +1007,8 @@
> ;;
> --disable-protocols) disable $PROTOCOL_LIST
> ;;
> + --disable-devices) disable "$INDEV_LIST $OUTDEV_LIST"
I think the " are not needed here.
Aurel
More information about the ffmpeg-devel
mailing list