|
@ -145,8 +145,8 @@ LIBAV_CONFIGURE_PARSERS:=$(call FILTER_CONFIG,PARSER,parser,$(LIBAV_PARSERS)) |
|
|
LIBAV_CONFIGURE_PROTOCOLS:=$(call FILTER_CONFIG,PROTOCOL,protocol,$(LIBAV_PROTOCOLS)) |
|
|
LIBAV_CONFIGURE_PROTOCOLS:=$(call FILTER_CONFIG,PROTOCOL,protocol,$(LIBAV_PROTOCOLS)) |
|
|
|
|
|
|
|
|
CONFIGURE_ARGS += \
|
|
|
CONFIGURE_ARGS += \
|
|
|
--with-libav-extra-configure="--target-os=linux \
|
|
|
|
|
|
--without-system-libav \
|
|
|
--without-system-libav \
|
|
|
|
|
|
--with-libav-extra-configure="--target-os=linux \
|
|
|
--disable-bsfs \
|
|
|
--disable-bsfs \
|
|
|
--disable-devices \
|
|
|
--disable-devices \
|
|
|
--disable-encoders \
|
|
|
--disable-encoders \
|
|
@ -160,7 +160,8 @@ CONFIGURE_ARGS += \ |
|
|
--disable-parsers \
|
|
|
--disable-parsers \
|
|
|
$(LIBAV_CONFIGURE_PARSERS) \
|
|
|
$(LIBAV_CONFIGURE_PARSERS) \
|
|
|
--disable-protocols \
|
|
|
--disable-protocols \
|
|
|
$(LIBAV_CONFIGURE_PROTOCOLS)"
|
|
|
|
|
|
|
|
|
$(LIBAV_CONFIGURE_PROTOCOLS) \
|
|
|
|
|
|
--disable-yasm"
|
|
|
|
|
|
|
|
|
# XXX: trick to force use of embedded Libav headers
|
|
|
# XXX: trick to force use of embedded Libav headers
|
|
|
TARGET_CFLAGS += $(TARGET_CPPFLAGS) |
|
|
TARGET_CFLAGS += $(TARGET_CPPFLAGS) |
|
|