mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-11 06:11:27 +00:00
omx: Fix includes to properly work with the 1.0 releases
This commit is contained in:
parent
b28d2c38d9
commit
4044aaecbe
4 changed files with 3 additions and 2 deletions
|
@ -25,8 +25,6 @@
|
|||
|
||||
#include <gmodule.h>
|
||||
#include <gst/gst.h>
|
||||
#include <gst/audio/audio.h>
|
||||
#include <gst/video/video.h>
|
||||
#include <string.h>
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
#define __GST_OMX_AUDIO_ENC_H__
|
||||
|
||||
#include <gst/gst.h>
|
||||
#include <gst/audio/audio.h>
|
||||
#include <gst/audio/gstaudioencoder.h>
|
||||
|
||||
#include "gstomx.h"
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
#define __GST_OMX_VIDEO_DEC_H__
|
||||
|
||||
#include <gst/gst.h>
|
||||
#include <gst/video/video.h>
|
||||
#include <gst/video/gstvideodecoder.h>
|
||||
|
||||
#include "gstomx.h"
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
|
||||
#include <gst/gst.h>
|
||||
#include <gst/video/video.h>
|
||||
#include <gst/video/gstvideoencoder.h>
|
||||
|
||||
#include "gstomx.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue