mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
plugins: include "sysdeps.h" instead of "config.h".
This commit is contained in:
parent
c4ccc0a74b
commit
e6047734b3
5 changed files with 5 additions and 8 deletions
|
@ -28,8 +28,7 @@
|
|||
* the vaapisink element.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include "gst/vaapi/sysdeps.h"
|
||||
#include <gst/vaapi/gstvaapidisplay.h>
|
||||
#include <gst/vaapi/gstvaapivideobuffer.h>
|
||||
#include <gst/video/videocontext.h>
|
||||
|
|
|
@ -27,8 +27,7 @@
|
|||
* vaapidownload converts from VA surfaces to raw YUV pixels.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include "gst/vaapi/sysdeps.h"
|
||||
#include <gst/gst.h>
|
||||
#include <gst/video/video.h>
|
||||
#include <gst/video/videocontext.h>
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
* implemented.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "gst/vaapi/sysdeps.h"
|
||||
#include <gst/video/video.h>
|
||||
#include <gst/video/videocontext.h>
|
||||
#include <gst/vaapi/gstvaapivideobuffer.h>
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
* create its own internal window and render into it.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "gst/vaapi/sysdeps.h"
|
||||
#include <gst/gst.h>
|
||||
#include <gst/video/video.h>
|
||||
#include <gst/video/videocontext.h>
|
||||
|
|
|
@ -28,8 +28,7 @@
|
|||
* for the vaapisink element, for example.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include "gst/vaapi/sysdeps.h"
|
||||
#include <gst/gst.h>
|
||||
#include <gst/video/video.h>
|
||||
#include <gst/video/videocontext.h>
|
||||
|
|
Loading…
Reference in a new issue