Browse Source

gst1-libav: Fix ARM builds (remove forcing CPU_TYPE)

Signed-off-by: Ted Hess <thess@kitschensync.net>
lilik-openwrt-22.03
Ted Hess 7 years ago
parent
commit
a62ef2dfe5
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      multimedia/gst1-libav/Makefile

+ 0
- 2
multimedia/gst1-libav/Makefile View File

@ -146,8 +146,6 @@ LIBAV_CONFIGURE_PROTOCOLS:=$(call FILTER_CONFIG,PROTOCOL,protocol,$(LIBAV_PROTOC
CONFIGURE_ARGS += \
--without-system-libav \
--with-libav-extra-configure="--target-os=linux \
$(if $(findstring " ",$(CONFIG_CPU_TYPE)),,--cpu=$(CONFIG_CPU_TYPE)) \
--disable-bsfs \
--disable-programs \
--disable-devices \


Loading…
Cancel
Save