Browse Source

gst1-libav: fix build on x86_64

Disable yasm explicitely to fix build on x86_64 when yasm is not installed

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

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

@ -160,7 +160,8 @@ CONFIGURE_ARGS += \
--disable-parsers \
$(LIBAV_CONFIGURE_PARSERS) \
--disable-protocols \
$(LIBAV_CONFIGURE_PROTOCOLS)"
$(LIBAV_CONFIGURE_PROTOCOLS) \
--disable-yasm"
# XXX: trick to force use of embedded Libav headers
TARGET_CFLAGS += $(TARGET_CPPFLAGS)


Loading…
Cancel
Save