[vlc-commits] package/macosx: disable the caca vout by default

Felix Paul Kühne git at videolan.org
Thu May 17 14:28:36 CEST 2012


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Thu May 17 14:28:32 2012 +0200| [533147f7780e4d3d15c04ccfff2a7b331b04f265] | committer: Felix Paul Kühne

package/macosx: disable the caca vout by default

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

 extras/package/macosx/configure.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extras/package/macosx/configure.sh b/extras/package/macosx/configure.sh
index 3a1e00a..e492c09 100755
--- a/extras/package/macosx/configure.sh
+++ b/extras/package/macosx/configure.sh
@@ -9,7 +9,6 @@ OPTIONS="
         --enable-flac
         --enable-theora
         --enable-shout
-        --enable-caca
         --enable-ncurses
         --enable-twolame
         --enable-realrtsp
@@ -21,6 +20,7 @@ OPTIONS="
         --enable-macosx-vout
         --disable-skins2
         --disable-xcb
+        --disable-caca
         --disable-sdl
         --disable-samplerate
 "



More information about the vlc-commits mailing list