Skip to content
Snippets Groups Projects
Commit f1c31ba2 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf
Browse files

Simplify headers for VAAPI

The check for presence has already done in configure.ac
parent 7f39bd11
No related branches found
No related tags found
No related merge requests found
......@@ -42,11 +42,7 @@
#ifdef HAVE_AVCODEC_VAAPI
#if defined( HAVE_LIBAVCODEC_AVCODEC_H )
# include <libavcodec/vaapi.h>
#else
# error "Missing VAAPI header"
#endif
#include <libavcodec/vaapi.h>
#include <X11/Xlib.h>
#include <va/va_x11.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment