mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
plugins: include "sysdeps.h" header instead of "config.h".
This commit is contained in:
parent
e539092f21
commit
7bb5750266
2 changed files with 2 additions and 8 deletions
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue