contrib: update rules for postproc

armv7-a obviously implies arm
remove obsolete comment
This commit is contained in:
Rafaël Carré 2013-01-03 13:00:18 +01:00
parent 607065b410
commit 9679cef492

View File

@ -12,13 +12,10 @@ DEPS_postproc = ffmpeg
ifdef ENABLE_SMALL
POSTPROCCONF += --enable-small
ifeq ($(ARCH),arm)
ifdef HAVE_ARMV7A
# XXX: assumes > ARMv7-A, and thus thumb2-able
FFMPEGCONF += --enable-thumb
endif
endif
endif
ifdef HAVE_CROSS_COMPILE
POSTPROCCONF += --enable-cross-compile