mirror of
https://github.com/videolan/vlc.git
synced 2025-01-22 15:47:59 +08:00
contrib: update rules for postproc
armv7-a obviously implies arm remove obsolete comment
This commit is contained in:
parent
607065b410
commit
9679cef492
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user