libva: build a lighter version by default

Mesa, X etc. are not very light dependencies.
This will also allow us to break the cycle with mesa.
This commit is contained in:
Vladimír Čunát
2015-10-28 14:15:44 +01:00
parent 1d921ad3a7
commit 17b86fef1e
5 changed files with 30 additions and 14 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
, x264Support ? false, x264 ? null
, xvidSupport ? true, xvidcore ? null
, faacSupport ? false, faac ? null
, vaapiSupport ? false, libva ? null # ToDo: it has huge closure
, vaapiSupport ? true, libva ? null
, vdpauSupport ? true, libvdpau ? null
, freetypeSupport ? true, freetype ? null # it's small and almost everywhere
, SDL # only for avplay in $bin, adds nontrivial closure to it