GStreamer with QT6
-
@Joe-von-Habsburg said in GStreamer with QT6:
PKG_CONFIG_PATH=C:/gstreamer/1.0/msvc_x86_64/lib/pkgconfig:$PKG_CONFIG_PATH
":" is missing in the picture.
PKG_CONFIG_PATH=C:/gstreamer/1.0/msvc_x86_64/lib/pkgconfig:$PKG_CONFIG_PATHwrote on 22 Jul 2024, 06:07 last edited by@JoeCFD said in GStreamer with QT6:
":" is missing in the picture.
I forgot about it and added it. the code shows it as added. but nothing happened. i keep getting the error. i'm sure the solution is very simple in linux. i wish it could be the same in windows.
-
wrote on 22 Jul 2024, 08:28 last edited by
hey, the problem is that you need to write it like this:
set(PKG_CONFIG_PATH=C:/gstreamer/1.0/msvc_x86_64/lib/pkgconfig:$PKG_CONFIG_PATH)
this way it should work, I had the same problem last week -
hey, the problem is that you need to write it like this:
set(PKG_CONFIG_PATH=C:/gstreamer/1.0/msvc_x86_64/lib/pkgconfig:$PKG_CONFIG_PATH)
this way it should work, I had the same problem last weekwrote on 22 Jul 2024, 12:33 last edited by Joe von HabsburgCould not work on me :/
Where do you install gstreamer and where do you install pkgconfig folder in lib ?
-
Could not work on me :/
Where do you install gstreamer and where do you install pkgconfig folder in lib ?
wrote on 22 Jul 2024, 21:07 last edited by@Joe-von-Habsburg
https://stackoverflow.com/questions/10810279/finding-libraries-using-pkg-config-in-windowsopen one of the pc files and check if the prefix is correct.
The installed pkg config path is basically fixed under lib. Do not try to change it.
21/24