diff options
author | Diego Biurrun <diego@biurrun.de> | 2016-11-29 17:34:15 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2016-12-03 09:15:01 +0100 |
commit | 1ea77aae927c7310034b1f75d4f1c2676fe641f2 (patch) | |
tree | f2040ca9f1afbae2a1e852d88f9b4c2af0d7e265 | |
parent | 3794062ab1a13442b06f6d76c54dce51ffa54697 (diff) | |
download | ffmpeg-streaming-1ea77aae927c7310034b1f75d4f1c2676fe641f2.zip ffmpeg-streaming-1ea77aae927c7310034b1f75d4f1c2676fe641f2.tar.gz |
configure: Drop bogus xcb_event variables
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4773,8 +4773,8 @@ if enabled libxcb; then enabled libxcb_xfixes && die "ERROR: libxcb_xfixes not found"; } && enable libxcb_xfixes - 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" + add_cflags "$xcb_shape_cflags $xcb_shm_cflags $xcb_xfixes_cflags" + add_extralibs "$xcb_shape_libs $xcb_shm_libs $xcb_xfixes_libs" fi enabled vaapi && require vaapi va/va.h vaInitialize -lva |