vaapi: add missing config.h include

A recent commit added code that checks some HAVE_ symbols in this file.
No config.h include was added, so they could be unavailable and break
compilation (in practice, just --hwdec=vaapi-copy would break).

Not sure how I missed this, maybe waf defined these symbols on the
compiler command line for some reason.
This commit is contained in:
wm4
2017-01-11 18:45:04 +01:00
parent 2afef344fb
commit a41bedfce5

View File

@@ -17,6 +17,8 @@
#include <assert.h>
#include "config.h"
#include "vaapi.h"
#include "common/common.h"
#include "common/msg.h"