plugins: include "sysdeps.h" header instead of "config.h".

This commit is contained in:
Gwenole Beauchesne 2013-03-20 11:57:03 +01:00
parent e539092f21
commit 7bb5750266
2 changed files with 2 additions and 8 deletions

View file

@ -19,10 +19,7 @@
* Boston, MA 02110-1301 USA
*/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "gst/vaapi/sysdeps.h"
#include <gst/vaapi/gstvaapivideometa.h>
#include <gst/vaapi/gstvaapivideobuffer.h>
#if USE_GLX

View file

@ -21,10 +21,7 @@
* Boston, MA 02110-1301 USA
*/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <string.h>
#include "gst/vaapi/sysdeps.h"
#include <gst/video/videocontext.h>
#if USE_DRM
# include <gst/vaapi/gstvaapidisplay_drm.h>