summaryrefslogtreecommitdiff
path: root/omx/gstomx.h
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2013-02-25 11:55:04 +0100
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2013-03-26 14:00:03 +0100
commit8a1bb1b4a36d584646b3c57dd46947b09c47f943 (patch)
treebda4192f89ac28c2f03ff1537783a3c63d228a35 /omx/gstomx.h
parentd0a5a9a9bff14e35048994ae6c9f0dde621f2cc4 (diff)
downloadgst-omx-8a1bb1b4a36d584646b3c57dd46947b09c47f943.tar.gz
omxvideodec: Add support for egl_render on RPi
Diffstat (limited to 'omx/gstomx.h')
-rw-r--r--omx/gstomx.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/omx/gstomx.h b/omx/gstomx.h
index b5d8379..3afcbdb 100644
--- a/omx/gstomx.h
+++ b/omx/gstomx.h
@@ -48,6 +48,10 @@
#include <OMX_Core.h>
#include <OMX_Component.h>
+#ifdef USE_OMX_TARGET_RPI
+#include <OMX_Broadcom.h>
+#endif
+
#ifdef GST_OMX_STRUCT_PACKING
#pragma pack()
#endif