http://bugs.winehq.org/show_bug.cgi?id=59873 Bug ID: 59873 Summary: Build fails with: undefined reference to `gst_video_format_info_component' Product: Wine Version: 11.10 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: winegstreamer Assignee: wine-bugs@list.winehq.org Reporter: pmenzel+bugs.winehq.org@molgen.mpg.de Distribution: --- Wine 11.10, and GStreamer 1.16.1. The build fails with: ``` $ ./configure --prefix=/dev/shm/pmenzel/local/wine-11.11-0 --with-x --with-gnutls --with-opengl --without-vulkan --with-wayland --enable-win64 --enable-archs=x86_64 --disable-tests […] $ make -j100 […] /usr/lib/gcc/x86_64-pc-linux-gnu/12.5.0/../../../../x86_64-pc-linux-gnu/bin/ld: dlls/winegstreamer/wg_transform.o: in function `align_video_info_planes': /pkg/wine-11.10-0/build/wine-11.10/dlls/winegstreamer/wg_transform.c:133:(.text+0xa15): undefined reference to `gst_video_format_info_component' collect2: error: ld returned 1 exit status make: *** [Makefile:163833: dlls/winegstreamer/winegstreamer.so] Error 1 make: *** Waiting for unfinished jobs.... ``` Wine 11.0 builds fine. The versions between were not tested. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.