[MPlayer-dev-eng] [PATCH] Improve handling of internal vs. external dvdread/dvdnav
Alexander Strasser
eclipse7 at gmx.net
Fri Nov 15 21:51:46 CET 2013
On 2013-11-14 21:30 +0100, Reimar Döffinger wrote:
> Document that switching dvdread to external also switches
> dvdnav.
> If dvdnav-config/dvdread-config paths are given, assume
> the user wants to use external versions.
Seems fine.
Alexander
> ---
> configure | 8 +++++---
> 1 file changed, 5 insertions(+), 3 deletions(-)
>
> diff --git a/configure b/configure
> index 8dc21a9..bd20ae4 100755
> --- a/configure
> +++ b/configure
> @@ -360,7 +360,7 @@ Optional features:
> --disable-bluray disable Blu-ray support [autodetect]
> --disable-dvdnav disable libdvdnav [autodetect]
> --disable-dvdread disable libdvdread [autodetect]
> - --disable-dvdread-internal disable internal libdvdread [autodetect]
> + --disable-dvdread-internal disable internal libdvdread and libdvdnav [autodetect]
> --disable-libdvdcss-internal disable internal libdvdcss [autodetect]
> --disable-cdparanoia disable cdparanoia [autodetect]
> --disable-cddb disable cddb [autodetect]
> @@ -602,8 +602,8 @@ Use these options if autodetection fails:
> --with-glib-config=PATH path to glib*-config
> --with-gtk-config=PATH path to gtk*-config
> --with-sdl-config=PATH path to sdl*-config
> - --with-dvdnav-config=PATH path to dvdnav-config
> - --with-dvdread-config=PATH path to dvdread-config
> + --with-dvdnav-config=PATH path to dvdnav-config, also disables internal dvdread and dvdnav
> + --with-dvdread-config=PATH path to dvdread-config, also disables internal dvdread and dvdnav
>
> This configure script is NOT autoconf-based, even though its output is similar.
> It will try to autodetect all configuration options. If you --enable an option
> @@ -916,9 +916,11 @@ for ac_option do
> ;;
> --with-dvdnav-config=*)
> _dvdnavconfig=$(option_value $ac_option)
> + _dvdread_internal=no
> ;;
> --with-dvdread-config=*)
> _dvdreadconfig=$(option_value $ac_option)
> + _dvdread_internal=no
> ;;
>
> --extra-cflags=*)
> --
> 1.8.4.3
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20131115/d2019226/attachment.asc>
More information about the MPlayer-dev-eng
mailing list