vlc | branch: master | Rafaël Carré <[email protected]> | 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 _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
