Replies: 3 comments
-
It's not the compiler that outputs that warning, but the build system files. The warning itself is clear and concise, isn't it? If building with Qt 6, you cannot build the qtaudio output plugin for Audacious. Do you need that one? Most people output to ALSA or PulseAudio these days. |
Beta Was this translation helpful? Give feedback.
-
I don't need qtaudio output. thank you, I'm just worried if it's going to have an effect on the compiled program.
|
Beta Was this translation helpful? Give feedback.
-
I don't need qtaudio output. thank you, I'm just worried if it's going to have an effect on the compiled program.
This warning could easily be misinterpreted. |
Beta Was this translation helpful? Give feedback.
-
When I compile audacious-plugins 4.4, the compiler outputs a warning:
Run-time dependency qt6 (modules: Multimedia) found: YES 6.7.1 (pkg-config)
audacious-plugins/src/qtaudio/meson.build:7: WARNING: The Qt Multimedia output plugin is not yet compatible with Qt 6.
I have installed the qt6-multimedia, qt6-multimedia-ffmpeg,qt6-multimedia-gstreamer.
Beta Was this translation helpful? Give feedback.
All reactions