[FFmpeg-devel] [PATCH] Allow to alternatively set SAMPLES via FATE_SAMPLES environment variable.

Måns Rullgård mans
Sat Feb 26 12:54:40 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 c3c2027..b9252fa 100755
> --- a/configure
> +++ b/configure
> @@ -3258,7 +3258,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:-\$(FATE_SAMPLES)}
>  EOF
>  
>  get_version(){

I take this as a confirmation that it does what you want.  Pushed,
but with myself as author as it should be.

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



More information about the ffmpeg-devel mailing list