[FFmpeg-devel] [PATCH NV HEADERS] allow overriding the PREFIX from the environment

Steve Lhomme robux4 at ycbcr.xyz
Fri Sep 13 10:02:05 EEST 2019


Ah yes, it works (TIL).
Forget about this patch.

On 2019-09-12 16:26, Timo Rothenpieler wrote:
> On 12/09/2019 15:17, Steve Lhomme wrote:
>> ---
>>   Makefile | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/Makefile b/Makefile
>> index a51c2c9..c3a9209 100644
>> --- a/Makefile
>> +++ b/Makefile
>> @@ -1,4 +1,4 @@
>> -PREFIX = /usr/local
>> +PREFIX ?= /usr/local
> 
> Overriding the prefix worked just fine last time I tested it.
> 
> You do make install PREFIX=...
> 
>>   LIBDIR = lib
>>   INSTALL = install
>>   SED = sed
>>
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
> 
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request at ffmpeg.org with subject "unsubscribe".


More information about the ffmpeg-devel mailing list