[vlc-commits] macosx: disable the libsamplerate plugin by default to save 5 to 11 per cent of CPU load on an i5 when playing ordinary stereo audio (AAC, 128kb/s)

Felix Paul Kühne git at videolan.org
Wed Mar 7 13:24:16 CET 2012


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Wed Mar  7 13:24:12 2012 +0100| [4f3e32f92c042b50a763d5016616373e73f711de] | committer: Felix Paul Kühne

macosx: disable the libsamplerate plugin by default to save 5 to 11 per cent of CPU load on an i5 when playing ordinary stereo audio (AAC, 128kb/s)

the performance impact is even more noticeble on older CPUs of course

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

 extras/package/macosx/configure.sh |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/extras/package/macosx/configure.sh b/extras/package/macosx/configure.sh
index a9ed503..3a1e00a 100755
--- a/extras/package/macosx/configure.sh
+++ b/extras/package/macosx/configure.sh
@@ -22,6 +22,7 @@ OPTIONS="
         --disable-skins2
         --disable-xcb
         --disable-sdl
+        --disable-samplerate
 "
 
 sh "$(dirname $0)"/../../../configure ${OPTIONS} $*



More information about the vlc-commits mailing list