package opencv: disable gtk, gstreamer, and xine since they are unix only

This commit is contained in:
Tony Theodore 2013-03-23 17:59:06 +11:00
parent a21a4cf1be
commit b5da5ade8d
1 changed files with 3 additions and 3 deletions

View File

@ -22,10 +22,10 @@ define $(PKG)_BUILD
cd '$(1).build' && cmake \
-DWITH_QT=ON \
-DWITH_OPENGL=ON \
-DWITH_GSTREAMER=ON \
-DWITH_GTK=ON \
-DWITH_GSTREAMER=OFF \
-DWITH_GTK=OFF \
-DWITH_VIDEOINPUT=ON \
-DWITH_XINE=ON \
-DWITH_XINE=OFF \
-DBUILD_SHARED_LIBS=OFF \
-DBUILD_opencv_apps=OFF \
-DBUILD_DOCS=OFF \