Browse Source

gst1-libav: fix configure

Signed-off-by: Nicolas Thill <nico@openwrt.org>
lilik-openwrt-22.03
Nicolas Thill 10 years ago
parent
commit
9a3f00d37a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      multimedia/gst1-libav/Makefile

+ 1
- 1
multimedia/gst1-libav/Makefile View File

@ -145,8 +145,8 @@ LIBAV_CONFIGURE_PARSERS:=$(call FILTER_CONFIG,PARSER,parser,$(LIBAV_PARSERS))
LIBAV_CONFIGURE_PROTOCOLS:=$(call FILTER_CONFIG,PROTOCOL,protocol,$(LIBAV_PROTOCOLS))
CONFIGURE_ARGS += \
--with-libav-extra-configure="--target-os=linux \
--without-system-libav \
--with-libav-extra-configure="--target-os=linux \
--disable-bsfs \
--disable-devices \
--disable-encoders \


Loading…
Cancel
Save