diff options
Diffstat (limited to 'omx')
-rw-r--r-- | omx/gstomx.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/omx/gstomx.h b/omx/gstomx.h index fecce35..a5330bd 100644 --- a/omx/gstomx.h +++ b/omx/gstomx.h @@ -70,6 +70,26 @@ #include <OMX_ComponentExt.h> #endif +#ifdef HAVE_CORE_EXT +#include <OMX_CoreExt.h> +#endif + +#ifdef HAVE_AUDIO_EXT +#include <OMX_AudioExt.h> +#endif + +#ifdef HAVE_IV_COMMON_EXT +#include <OMX_IVCommonExt.h> +#endif + +#ifdef HAVE_IMAGE_EXT +#include <OMX_ImageExt.h> +#endif + +#ifdef HAVE_OTHER_EXT +#include <OMX_OtherExt.h> +#endif + #ifdef GST_OMX_STRUCT_PACKING #pragma pack() #endif |