- May 25, 2024
-
-
Steve Lhomme authored
-
Steve Lhomme authored
By default we use the contrib one if it's there, or we let qtpaths6 decide.
-
Steve Lhomme authored
For native build it's important to get that one. For other builds, we pass the qtconf file anyway, it doesn't matter which one is used. Co-authored-by:
Fatih Uzunoglu <fuzun54@outlook.com>
-
aligned_alloc() from Darwin doesn't pass the alignment tests but is still detected since it's usable. This commit always fallback on the compat version to ensure we build a version which passes the tests.
-
-
- May 24, 2024
-
-
this causes scope resolution errors for child components
-
scoping and generic name of root grid item of this view was causing invalid object access in this view fix: use direct parent as reference for size NOTE: changing the name of parent grid item also fixes this issue
-
-
An INPUT_TYPE_DIRECTORY might not match with an MRL supported by the CoreFoundation API. The code handling the file browsing is made for local file browsing at locations that are not exposed by services discovery. Ensure file:// is the scheme used for the MRL to trigger this browsing code. This is not 100% compliant since it doesn't account for a demux but there's probably no reason to have a demux there, and no occurrence to that day. This avoid bypassing the vlc_media_source/media_tree preparsing when the source has been reported as INPUT_TYPE_DIRECTORY.
-
-
-
This reverts commit b6da2c77.
-
Fixes commit 6a7a137f Signed-off-by:
Olaf Hering <olaf@aepfle.de>
-
- May 23, 2024
-
-
Steve Lhomme authored
Only show the qmake command once.
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
We don't use them anymore
-
Steve Lhomme authored
That's the same condition as qtvlcdeps.
-
Steve Lhomme authored
qmake will provide the proper private includes to use
-
Steve Lhomme authored
It's neither used in VLC nor in Qt headers.
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
Rather than using pkgconfig and a python script.
-
Steve Lhomme authored
-
Steve Lhomme authored
It's faster than compiling a file.
-
Steve Lhomme authored
It's faster than compiling a file.
-
Steve Lhomme authored
It's faster than compiling a file.
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
We assume all Qt modules use the same version and are installed in the same prefix. qtpaths6 (or qmake6) cannot tell the difference, so it's unlikely people would do that. That might be possible on a system that relies on CMake and doesn't provide qmake.
-
Steve Lhomme authored
We have a separate check for QML modules availability.
-
Steve Lhomme authored
Rather than our custom qtvlcdeps
-
Steve Lhomme authored
This reverts commit dea2eede.
-
Steve Lhomme authored
There is more than one places where qt support can be disabled.
-
In file included from ../../modules/demux/adaptive/logic/RateBasedAdaptationLogic.h:29, from ../../modules/demux/adaptive/logic/RateBasedAdaptationLogic.cpp:28: ../../modules/demux/adaptive/logic/../tools/MovingAverage.hpp:32:33: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor] 32 | MovingAverageSum<T>(T i): sum(0), prev(i) { } | ^ ../../modules/demux/adaptive/logic/../tools/MovingAverage.hpp:32:33: note: remove the ‘< >’
-
-
-
-
-