Skip to content
Snippets Groups Projects
  1. Jan 12, 2017
  2. Jan 11, 2017
  3. Jan 10, 2017
  4. Jan 09, 2017
  5. Jan 06, 2017
  6. Dec 21, 2016
  7. Dec 14, 2016
  8. Dec 09, 2016
  9. Dec 07, 2016
  10. Dec 06, 2016
  11. Dec 05, 2016
  12. Dec 03, 2016
  13. Dec 01, 2016
  14. Nov 26, 2016
  15. Nov 25, 2016
    • Dominique Leuenberger's avatar
      build: add LIBVA_WAYLAND_CFLAGS to libgstvaapiegl · 8effd689
      Dominique Leuenberger authored
      In case libva-wayland has its headers not installed in default
      locations (like /usr/include), the build fails to include "wayland-client.h":
      
         CC       libgstvaapi_egl_la-gstvaapiutils_egl.lo
       In file included from gstvaapidisplay_wayland.h:27:0,
                        from gstvaapidisplay_egl.c:35:
       /usr/include/va/va_wayland.h:31:28: fatal error: wayland-client.h: No such file or directory
        #include <wayland-client.h>
      
      As we already passed VA_CLAGS, /usr/include/va/va_wayland.h could be found, but it is
      our fault not to instruct the system that we ALSO care for va_wayland. We correctly query
      for libva-wayland.pc in configure and use this in other places as well. It is thus only
      correct and consequent, to do it also at this spot.
      
      https://bugzilla.gnome.org/show_bug.cgi?id=773946
      8effd689
Loading