[FFmpeg-devel] [PATCH 1/2] Allow overriding SAMPLES by environment variable

Måns Rullgård mans
Wed Feb 9 19:34:27 CET 2011


Reimar D?ffinger <Reimar.Doeffinger at gmx.de> writes:

> ---
>  configure |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/configure b/configure
> index 2077397..44471b2 100755
> --- a/configure
> +++ b/configure
> @@ -3248,7 +3248,7 @@ SLIB_CREATE_DEF_CMD=${SLIB_CREATE_DEF_CMD}
>  SLIB_EXTRA_CMD=${SLIB_EXTRA_CMD}
>  SLIB_INSTALL_EXTRA_CMD=${SLIB_INSTALL_EXTRA_CMD}
>  SLIB_UNINSTALL_EXTRA_CMD=${SLIB_UNINSTALL_EXTRA_CMD}
> -SAMPLES=$samples
> +SAMPLES?=$samples
>  EOF

Why?  We don't do this for any other settings.

-- 
M?ns Rullg?rd
mans at mansr.com



More information about the ffmpeg-devel mailing list