|
@ -24,7 +24,6 @@ FFMPEG_CONF_OPTS = \ |
|
|
--disable-podpages \
|
|
|
--disable-podpages \
|
|
|
--disable-txtpages \
|
|
|
--disable-txtpages \
|
|
|
\
|
|
|
\
|
|
|
--disable-ffplay \
|
|
|
|
|
|
--enable-ffprobe \
|
|
|
--enable-ffprobe \
|
|
|
\
|
|
|
\
|
|
|
--disable-altivec \
|
|
|
--disable-altivec \
|
|
@ -322,6 +321,11 @@ FFMPEG_CONF_OPTS = \ |
|
|
--arch=$(TARGET_ARCH) \
|
|
|
--arch=$(TARGET_ARCH) \
|
|
|
--extra-ldflags="$(TARGET_LDFLAGS)" |
|
|
--extra-ldflags="$(TARGET_LDFLAGS)" |
|
|
|
|
|
|
|
|
|
|
|
# ffplay
|
|
|
|
|
|
FFMPEG_DEPS += sdl2 |
|
|
|
|
|
FFMPEG_CONF_OPTS += --enable-ffplay |
|
|
|
|
|
FFMPEG_CONF_ENV += SDL_CONFIG=$(HOST_DIR)/bin/sdl2-config |
|
|
|
|
|
|
|
|
ifeq ($(TARGET_ARCH),arm) |
|
|
ifeq ($(TARGET_ARCH),arm) |
|
|
FFMPEG_CONF_OPTS += \
|
|
|
FFMPEG_CONF_OPTS += \
|
|
|
--cpu=cortex-a15 \
|
|
|
--cpu=cortex-a15 \
|
|
|