소스 검색

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-image $args"
 args="--disable-samplerate $args"
+args="--disable-vda $args"
 
 if test "x$SDKROOT" != "x"
 then