[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:25:24 CEST 2013
vlc/vlc-2.1 | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Wed Sep 11 18:09:13 2013 +0200| [969ce71e0c0b850cefa9b482fd3fd31ac655f20c] | committer: Felix Paul Kühne
postproc: allow the use of 'thumb' if we don't specify 'small'
(cherry picked from commit c06caaad678b360bafca77db4c2be0d3d82e96f3)
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.1.git/?a=commit;h=969ce71e0c0b850cefa9b482fd3fd31ac655f20c
---
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