[Lunar-commits] <moonbase-other> vlc: Minor adjustment to the BUILD. On my i7 box Without the CPUTUNE variable
Dennis Veatch
stumbles at lunar-linux.org
Mon Oct 8 03:17:47 CEST 2012
commit 30052a36d25e0d62577a3c36293b946dd994f797
Author: Dennis Veatch <stumbles at lunar-linux.org>
Date: Sun, 07 Oct 2012 18:17:47 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/30052a36d25e0d62577a3c36293b946dd994f797
vlc: Minor adjustment to the BUILD. On my i7 box Without the CPUTUNE variable
it uses -mtune=athon64 when it should be -mtune=corei7.
---
video/vlc/BUILD | +1/-1
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/video/vlc/BUILD
+++ b/video/vlc/BUILD
@@ -12,7 +12,7 @@
. /etc/profile.d/qt4.rc
fi &&
- OPTS+=" --enable-xvideo --enable-real --enable-realrtsp --enable-media-library --disable-sid" &&
+ OPTS+=" --enable-xvideo --enable-real --enable-realrtsp --enable-media-library --disable-sid --with-tuning=$CPUTUNE" &&
default_build &&
More information about the Lunar-commits
mailing list