mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-03-17 20:17:55 +02:00
xcb: Add all the libraries to the link line explicitly
Avoid an underlink issue on recent distributions. CC: libav-stable@libav.org
This commit is contained in:
parent
c541a44e02
commit
dad7514f9e
4
configure
vendored
4
configure
vendored
@ -4786,8 +4786,8 @@ if enabled libxcb; then
|
||||
enabled libxcb_xfixes && die "ERROR: libxcb_xfixes not found";
|
||||
} && enable libxcb_xfixes
|
||||
|
||||
add_cflags "$xcb_event_cflags $xcb_shm_cflags $xcb_xfixes_cflags"
|
||||
add_extralibs "$xcb_event_libs $xcb_shm_libs $xcb_xfixes_libs"
|
||||
add_cflags "$xcb_shape_cflags $xcb_event_cflags $xcb_shm_cflags $xcb_xfixes_cflags"
|
||||
add_extralibs "$xcb_shape_libs $xcb_event_libs $xcb_shm_libs $xcb_xfixes_libs"
|
||||
fi
|
||||
|
||||
enabled vaapi && require vaapi va/va.h vaInitialize -lva
|
||||
|
Loading…
x
Reference in New Issue
Block a user