1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-26 19:01:44 +02:00

configure: add xcb cflags and extralibs to cflags and extralibs.

Replace xcb_event by xcb, as the former is no more used and the latter
is needed on configurations where only xcb is available, and not
libxcb_shm and/or libxcb_xfixes.

Signed-off-by: Benoit Fouet <benoit.fouet@free.fr>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Benoit Fouet 2014-11-03 11:04:25 +01:00 committed by Michael Niedermayer
parent 206c98f303
commit 50138ea4f7

4
configure vendored
View File

@ -5040,8 +5040,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_cflags $xcb_shm_cflags $xcb_xfixes_cflags
add_extralibs $xcb_libs $xcb_shm_libs $xcb_xfixes_libs
fi
fi