Просмотр исходного кода

disable video support explicitly (otherwise gstreamer becomes a dependency)

Ashish Kulkarni 11 лет назад
Родитель
Сommit
db682fb831
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      scripts/build.py

+ 1 - 0
scripts/build.py

@@ -132,6 +132,7 @@ QT_CONFIG = {
         '-no-xkb',
         '-no-glib',
         '-no-gstreamer',
+        '-D ENABLE_VIDEO=0',        # required as otherwise gstreamer gets linked in
         '-no-openvg',
         '-no-xsync',
         '-no-audio-backend',