diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2016-10-30 17:44:49 +0100 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2016-10-30 21:55:03 +0100 |
commit | dad7514f9ec8a8c5e44d70fcfbbcedeff16f7e13 (patch) | |
tree | 1eedb96a31e99706c9d64b3fec570646b0dd2458 | |
parent | c541a44e029e8a4f21db028c34fee3ad1c10a409 (diff) | |
download | ffmpeg-dad7514f9ec8a8c5e44d70fcfbbcedeff16f7e13.tar.gz |
xcb: Add all the libraries to the link line explicitly
Avoid an underlink issue on recent distributions.
CC: libav-stable@libav.org
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |