summaryrefslogtreecommitdiffstats
path: root/config.tests/libvpx
Commit message (Collapse)AuthorAgeFilesLines
* Fix libvpx config testsThiago Macieira2018-09-061-1/+1
| | | | | | | It'll never pass unless the code is valid C++. Change-Id: I8b4ab98c34b94afd94b6fffd15516ec82d79bf17 Reviewed-by: Jüri Valdmann <juri.valdmann@qt.io>
* Update libvpx config testJüri Valdmann2018-08-291-7/+8
| | | | | | | | | | WebRTC requires a newer, unreleased, version of libvpx. The config test should detect it once it has been released. Until then the bundled version must be used. Task-number: QTBUG-70183 Change-Id: Ie97319d3f9560e44ebc823fc07a481696a82648e Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
* Fix libvpx checkAllan Sandfeld Jensen2018-07-132-2/+3
| | | | | | | | | | | | We no longer depend on a custom configuration of libvpx and shouldn't check for non-standard headers. Also fixes bitrot in the config.test. Task-number: QTBUG-50554 Change-Id: I7b625e735536f7a79e41d036b7b8dc4d79f2262b Reviewed-by: Lisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com> Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
* Fix libvpx detectionPeter Varga2017-06-161-0/+5
| | | | | | | | | | webrtc in 58-based Chromium uses "decoder getters for the last quantizer" in libvpx. This feautre is not available in the current latest release of libvpx (1.6.1) thus add config test for the corresponding macro. Change-Id: Ib60582bc5401ce0c8960b99c4369bb373ea754d8 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
* Move qmake files to standard locationsAllan Sandfeld Jensen2017-05-022-0/+38
The tools/qmake directory is a left over from webkit where qmake was but one of many buildsystems. This is not necessary for qtwebengine, so we can instead use the standard locations. Change-Id: I3d126d6627295b113b091f3eabeee25f1c1f6183 Reviewed-by: Kai Koehne <kai.koehne@qt.io> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>