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
# Small size
ifdef ENABLE_SMALL
FFMPEGCONF += --enable-small
endif
ifeq ($(ARCH),arm)
ifdef HAVE_ARMV7A
FFMPEGCONF += --enable-thumb
endif
endif
endif
ifdef HAVE_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