浏览代码

VLCKit: disable vda until further notice

Felix Paul Kühne 12 年之前
父节点
当前提交
fb9ea40122
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Configure.sh

+ 1 - 0
Configure.sh

@@ -56,6 +56,7 @@ args="--disable-xcb $args"
 args="--disable-sdl $args"
 args="--disable-sdl $args"
 args="--disable-sdl-image $args"
 args="--disable-sdl-image $args"
 args="--disable-samplerate $args"
 args="--disable-samplerate $args"
+args="--disable-vda $args"
 
 
 if test "x$SDKROOT" != "x"
 if test "x$SDKROOT" != "x"
 then
 then