[FFmpeg-cvslog] configure: Drop bogus xcb_event variables

Diego Biurrun git at videolan.org
Sun Apr 9 15:57:28 EEST 2017


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Tue Nov 29 17:34:15 2016 +0100| [1ea77aae927c7310034b1f75d4f1c2676fe641f2] | committer: Diego Biurrun

configure: Drop bogus xcb_event variables

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1ea77aae927c7310034b1f75d4f1c2676fe641f2
---

 configure | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure b/configure
index 1ae4ab2b0a..22ec4f79e9 100755
--- a/configure
+++ b/configure
@@ -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



More information about the ffmpeg-cvslog mailing list