From 4044aaecbe4dc1fa0a77a8efb513b2bc130e2279 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 17 Jan 2013 18:07:41 +0100 Subject: [PATCH] omx: Fix includes to properly work with the 1.0 releases --- omx/gstomx.h | 2 -- omx/gstomxaudioenc.h | 1 + omx/gstomxvideodec.h | 1 + omx/gstomxvideoenc.h | 1 + 4 files changed, 3 insertions(+), 2 deletions(-) diff --git a/omx/gstomx.h b/omx/gstomx.h index de87572..7319a80 100644 --- a/omx/gstomx.h +++ b/omx/gstomx.h @@ -25,8 +25,6 @@ #include #include -#include -#include #include #ifdef HAVE_CONFIG_H diff --git a/omx/gstomxaudioenc.h b/omx/gstomxaudioenc.h index f91a36b..e2d55d8 100644 --- a/omx/gstomxaudioenc.h +++ b/omx/gstomxaudioenc.h @@ -22,6 +22,7 @@ #define __GST_OMX_AUDIO_ENC_H__ #include +#include #include #include "gstomx.h" diff --git a/omx/gstomxvideodec.h b/omx/gstomxvideodec.h index 26fd368..7258a9c 100644 --- a/omx/gstomxvideodec.h +++ b/omx/gstomxvideodec.h @@ -22,6 +22,7 @@ #define __GST_OMX_VIDEO_DEC_H__ #include +#include #include #include "gstomx.h" diff --git a/omx/gstomxvideoenc.h b/omx/gstomxvideoenc.h index b2be50d..b4dc7af 100644 --- a/omx/gstomxvideoenc.h +++ b/omx/gstomxvideoenc.h @@ -23,6 +23,7 @@ #include #include +#include #include "gstomx.h" -- 2.7.4