Include config.h to have VA_DRIVER_INIT_FUNC

The VA_DRIVER_INIT_FUNC macro is defined by configure in config.h, if
this header is not included then the init symbol will not be present and
libVA will not be able to load this backend.
This commit is contained in:
Florent Revest
2016-08-26 15:32:39 +02:00
parent f645948921
commit ad22b93f9e
+2
View File
@@ -31,6 +31,8 @@
#include "surface.h"
#include "va_config.h"
#include "config.h"
#include <va/va_backend.h>
#include "sunxi_cedrus_drv_video.h"