mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-08 13:22:53 +02:00
configure: fix escaping in xcb cflags / libs
Fixes build with open64 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
dd2f868644
commit
d15a94ba20
4
configure
vendored
4
configure
vendored
@ -5040,8 +5040,8 @@ if enabled libxcb; then
|
|||||||
enabled libxcb_xfixes && die "ERROR: libxcb_xfixes not found";
|
enabled libxcb_xfixes && die "ERROR: libxcb_xfixes not found";
|
||||||
} && enable libxcb_xfixes; }
|
} && enable libxcb_xfixes; }
|
||||||
|
|
||||||
add_cflags "$xcb_event_cflags $xcb_shm_cflags $xcb_xfixes_cflags"
|
add_cflags $xcb_event_cflags $xcb_shm_cflags $xcb_xfixes_cflags
|
||||||
add_extralibs "$xcb_event_libs $xcb_shm_libs $xcb_xfixes_libs"
|
add_extralibs $xcb_event_libs $xcb_shm_libs $xcb_xfixes_libs
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user