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

Janne Grunau janne-ffmpeg
Wed Feb 9 23:32:38 CET 2011


On Wed, Feb 09, 2011 at 02:19:17PM -0800, Baptiste Coudurier wrote:
> Hi Diego,
> 
> On 02/09/2011 02:13 PM, Diego Biurrun wrote:
> > On Wed, Feb 09, 2011 at 07:32:06PM +0100, Reimar D?ffinger wrote:
> >> ---
> >>   configure |    2 +-
> >>   1 files changed, 1 insertions(+), 1 deletions(-)
> >>
> >> --- a/configure
> >> +++ b/configure
> >> @@ -3248,7 +3248,7 @@ SLIB_CREATE_DEF_CMD=${SLIB_CREATE_DEF_CMD}
> >>   SLIB_UNINSTALL_EXTRA_CMD=${SLIB_UNINSTALL_EXTRA_CMD}
> >> -SAMPLES=$samples
> >> +SAMPLES?=$samples
> >
> > Is setting it through configure a hassle?
> 
> I think so.

make SAMPLES=path/to/fate

works without specifying the path at configure time

Janne



More information about the ffmpeg-devel mailing list