[FFmpeg-devel] [PATCH] Allow overriding SAMPLES path from make command

Reimar Döffinger Reimar.Doeffinger
Sat Jan 29 00:02:36 CET 2011


On 28 Jan 2011, at 21:32, M?ns Rullg?rd <mans at mansr.com> 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 a4d1711..c54c433 100755
>> --- a/configure
>> +++ b/configure
>> @@ -3243,7 +3243,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
>> 
>> get_version(){
> 
> This, like any other make variable, can already be overridden on the
> command line.

Ops, I messed up the description.
It allows overriding it with an environment variable.



More information about the ffmpeg-devel mailing list