[FFmpeg-devel] [PATCH] Allow overriding SAMPLES path from make command (original) (raw)
Reimar Döffinger Reimar.Doeffinger
Sat Jan 29 00:02:36 CET 2011
- Previous message: [FFmpeg-devel] [PATCH] Allow overriding SAMPLES path from make command
- Next message: [FFmpeg-devel] [PATCH] Allow overriding SAMPLES path from make command
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 28 Jan 2011, at 21:32, 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 a4d1711..c54c433 100755 --- a/configure +++ b/configure @@ -3243,7 +3243,7 @@ SLIBCREATEDEFCMD=${SLIBCREATEDEFCMD} SLIBEXTRACMD=${SLIBEXTRACMD} SLIBINSTALLEXTRACMD=${SLIBINSTALLEXTRACMD} SLIBUNINSTALLEXTRACMD=${SLIBUNINSTALLEXTRACMD} -SAMPLES=$samples +SAMPLES?=$samples EOF getversion(){ 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.
- Previous message: [FFmpeg-devel] [PATCH] Allow overriding SAMPLES path from make command
- Next message: [FFmpeg-devel] [PATCH] Allow overriding SAMPLES path from make command
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]