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

Timo Rothenpieler timo at rothenpieler.org
Thu Sep 12 17:26:50 EEST 2019


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
> 


More information about the ffmpeg-devel mailing list