Commit 9679cef4 authored by Rafaël Carré's avatar Rafaël Carré

contrib: update rules for postproc

armv7-a obviously implies arm
remove obsolete comment
parent 607065b4
...@@ -12,13 +12,10 @@ DEPS_postproc = ffmpeg ...@@ -12,13 +12,10 @@ DEPS_postproc = ffmpeg
ifdef ENABLE_SMALL ifdef ENABLE_SMALL
POSTPROCCONF += --enable-small POSTPROCCONF += --enable-small
ifeq ($(ARCH),arm)
ifdef HAVE_ARMV7A ifdef HAVE_ARMV7A
# XXX: assumes > ARMv7-A, and thus thumb2-able
FFMPEGCONF += --enable-thumb FFMPEGCONF += --enable-thumb
endif endif
endif endif
endif
ifdef HAVE_CROSS_COMPILE ifdef HAVE_CROSS_COMPILE
POSTPROCCONF += --enable-cross-compile POSTPROCCONF += --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