]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Fix failing builds again
authorFlole998 <Flole998@users.noreply.github.com>
Sat, 12 Feb 2022 18:55:29 +0000 (19:55 +0100)
committerGitHub <noreply@github.com>
Sat, 12 Feb 2022 18:55:29 +0000 (19:55 +0100)
Makefile.ffmpeg

index 4496c59a5f6a2ea0df7514a54d14fd66877ede92..94f6e977ac05d9391bef56c99a20d2f2af80f60e 100644 (file)
@@ -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 \