Skip to content

Commit

Permalink
Fix "as: invalid option" during libvpx compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
Flole998 committed Jan 9, 2022
1 parent 3ed7613 commit 07b3d40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.ffmpeg
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ $(LIB_ROOT)/$(LIBVPX)/.tvh_build: \
$(LIB_ROOT)/$(NASM)/.tvh_build \
$(LIB_ROOT)/$(LIBVPX)/.tvh_download
cd $(LIB_ROOT)/$(LIBVPX) && \
ASFLAGS="-DENABLE_PIC=1 -DPIC=1" $(CONFIGURE) \
ASFLAGS="--defsym ENABLE_PIC=1 --defsym PIC=1" $(CONFIGURE) \
--extra-cflags="$(CFLAGS_PI)" \
--disable-examples \
--disable-docs \
Expand Down

1 comment on commit 07b3d40

@Optimum-Power
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

does not work under Debian Bullseye
if you undo it it works

Makefile ffmpeg
Build-error

Please sign in to comment.