[vlc-commits] contrib: update rules for postproc
Rafaël Carré
git at videolan.org
Thu Jan 3 14:58:43 CET 2013
vlc | branch: master | Rafaël Carré <funman at videolan.org> | Thu Jan 3 13:00:18 2013 +0100| [9679cef492186a33f048c11396ed3c68891e5a2a] | committer: Rafaël Carré
contrib: update rules for postproc
armv7-a obviously implies arm
remove obsolete comment
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9679cef492186a33f048c11396ed3c68891e5a2a
---
contrib/src/postproc/rules.mak | 3 ---
1 file changed, 3 deletions(-)
diff --git a/contrib/src/postproc/rules.mak b/contrib/src/postproc/rules.mak
index 307ffa0..a9debe3 100644
--- a/contrib/src/postproc/rules.mak
+++ b/contrib/src/postproc/rules.mak
@@ -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
More information about the vlc-commits
mailing list