[FFmpeg-cvslog] xcb: Add all the libraries to the link line explicitly
Luca Barbato
git at videolan.org
Mon Mar 27 23:26:53 EEST 2017
ffmpeg | branch: master | Luca Barbato <lu_zero at gentoo.org> | Sun Oct 30 17:44:49 2016 +0100| [dad7514f9ec8a8c5e44d70fcfbbcedeff16f7e13] | committer: Luca Barbato
xcb: Add all the libraries to the link line explicitly
Avoid an underlink issue on recent distributions.
CC: libav-stable at libav.org
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=dad7514f9ec8a8c5e44d70fcfbbcedeff16f7e13
---
configure | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure b/configure
index c7185e3..8c2b4fd 100755
--- a/configure
+++ b/configure
@@ -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
More information about the ffmpeg-cvslog
mailing list