Commit 3bfa3ffc authored by Felix Paul Kühne's avatar Felix Paul Kühne

ffmpeg/libav: allow the use of 'thumb' if we don't specify 'small'

parent b3907498
...@@ -40,12 +40,12 @@ endif ...@@ -40,12 +40,12 @@ endif
# Small size # Small size
ifdef ENABLE_SMALL ifdef ENABLE_SMALL
FFMPEGCONF += --enable-small FFMPEGCONF += --enable-small
endif
ifeq ($(ARCH),arm) ifeq ($(ARCH),arm)
ifdef HAVE_ARMV7A ifdef HAVE_ARMV7A
FFMPEGCONF += --enable-thumb FFMPEGCONF += --enable-thumb
endif endif
endif endif
endif
ifdef HAVE_CROSS_COMPILE ifdef HAVE_CROSS_COMPILE
FFMPEGCONF += --enable-cross-compile FFMPEGCONF += --enable-cross-compile
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment