[vlc-commits] postproc: allow the use of 'thumb' if we don't specify 'small'

Felix Paul Kühne git at videolan.org
Wed Sep 11 18:09:26 CEST 2013


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Wed Sep 11 18:09:13 2013 +0200| [c06caaad678b360bafca77db4c2be0d3d82e96f3] | committer: Felix Paul Kühne

postproc: allow the use of 'thumb' if we don't specify 'small'

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c06caaad678b360bafca77db4c2be0d3d82e96f3
---

 contrib/src/postproc/rules.mak |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/contrib/src/postproc/rules.mak b/contrib/src/postproc/rules.mak
index 307de0c..ed20e17 100644
--- a/contrib/src/postproc/rules.mak
+++ b/contrib/src/postproc/rules.mak
@@ -12,9 +12,9 @@ DEPS_postproc = ffmpeg
 
 ifdef ENABLE_SMALL
 POSTPROCCONF += --enable-small
-ifdef HAVE_ARMV7A
-FFMPEGCONF += --enable-thumb
 endif
+ifdef HAVE_ARMV7A
+POSTPROCCONF += --enable-thumb
 endif
 
 ifdef HAVE_CROSS_COMPILE



More information about the vlc-commits mailing list