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

Måns Rullgård mans
Sat Feb 26 13:49:10 CET 2011


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

> On Sat, Feb 26, 2011 at 11:54:40AM +0000, M?ns Rullg?rd wrote:
>> 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.
>
> Yes, I already answered so some time ago (maybe you missed it).
> And sorry for the wrong author, I never meant to send this one
> but the one with a an update of the configure --help text for
> --samples.

I saw that one after I'd already pushed it.  I'll add the help text
shortly.

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



More information about the ffmpeg-devel mailing list