From: Flole998 Date: Sat, 12 Feb 2022 18:55:29 +0000 (+0100) Subject: Fix failing builds again X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=462c76ec16ccd75042375542496171bfb2773923;p=thirdparty%2Ftvheadend.git Fix failing builds again --- 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 \