summaryrefslogtreecommitdiff
path: root/omx/gstomx.c
diff options
context:
space:
mode:
Diffstat (limited to 'omx/gstomx.c')
-rw-r--r--omx/gstomx.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/omx/gstomx.c b/omx/gstomx.c
index c119168..64a6467 100644
--- a/omx/gstomx.c
+++ b/omx/gstomx.c
@@ -32,6 +32,7 @@
#include "gstomxmpeg4videodec.h"
#include "gstomxh264dec.h"
#include "gstomxh263dec.h"
+#include "gstomxvp8dec.h"
#include "gstomxwmvdec.h"
#include "gstomxmpeg4videoenc.h"
#include "gstomxh264enc.h"
@@ -2335,6 +2336,9 @@ static const GGetTypeFunction types[] = {
gst_omx_wmv_dec_get_type, gst_omx_mpeg4_video_enc_get_type,
gst_omx_h264_enc_get_type, gst_omx_h263_enc_get_type,
gst_omx_aac_enc_get_type
+#ifdef HAVE_VP8
+ , gst_omx_vp8_dec_get_type
+#endif
};
struct TypeOffest