Commit c06caaad authored by Felix Paul Kühne's avatar Felix Paul Kühne

postproc: allow the use of 'thumb' if we don't specify 'small'

parent 3bfa3ffc
...@@ -12,9 +12,9 @@ DEPS_postproc = ffmpeg ...@@ -12,9 +12,9 @@ DEPS_postproc = ffmpeg
ifdef ENABLE_SMALL ifdef ENABLE_SMALL
POSTPROCCONF += --enable-small POSTPROCCONF += --enable-small
ifdef HAVE_ARMV7A
FFMPEGCONF += --enable-thumb
endif endif
ifdef HAVE_ARMV7A
POSTPROCCONF += --enable-thumb
endif endif
ifdef HAVE_CROSS_COMPILE ifdef HAVE_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