From 462c76ec16ccd75042375542496171bfb2773923 Mon Sep 17 00:00:00 2001 From: Flole998 Date: Sat, 12 Feb 2022 19:55:29 +0100 Subject: [PATCH] Fix failing builds again --- Makefile.ffmpeg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.ffmpeg b/Makefile.ffmpeg index 4496c59a5..94f6e977a 100644 --- a/Makefile.ffmpeg +++ b/Makefile.ffmpeg @@ -333,7 +333,7 @@ $(LIB_ROOT)/$(LIBVPX)/.tvh_build: \ $(LIB_ROOT)/$(NASM)/.tvh_build \ $(LIB_ROOT)/$(LIBVPX)/.tvh_download cd $(LIB_ROOT)/$(LIBVPX) && \ - ASFLAGS="--defsym ENABLE_PIC=1 --defsym PIC=1" $(CONFIGURE) \ + $(CONFIGURE) \ --extra-cflags="$(CFLAGS_PI)" \ --disable-examples \ --disable-docs \ -- 2.47.2