[FFmpeg-devel] [PATCH] Allow to alternatively set SAMPLES via FATE_SAMPLES environment variable.
Reimar Döffinger
Reimar.Doeffinger
Sat Feb 26 13:39:46 CET 2011
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.
More information about the ffmpeg-devel
mailing list