add gst-omx as a possible subproject
authorMatthew Waters <matthew@centricular.com>
Wed, 18 Jan 2017 05:25:52 +0000 (16:25 +1100)
committerMatthew Waters <matthew@centricular.com>
Wed, 18 Jan 2017 05:25:52 +0000 (16:25 +1100)
.gitignore
meson.build
meson_options.txt
subprojects/gst-omx.wrap [new file with mode: 0644]

index 1494291..9818e66 100644 (file)
@@ -2,6 +2,7 @@
 gst-devtools
 gst-editing-services
 gst-libav
+gst-omx
 gst-plugins-bad
 gst-plugins-base
 gst-plugins-good
@@ -14,6 +15,7 @@ meson/
 subprojects/gst-devtools/
 subprojects/gst-editing-services/
 subprojects/gst-libav/
+subprojects/gst-omx/
 subprojects/gst-plugins-bad/
 subprojects/gst-plugins-base/
 subprojects/gst-plugins-good/
index a7742b9..b5283ea 100644 (file)
@@ -55,6 +55,10 @@ if not get_option('disable_gst_libav')
     subprojects += gst_libav
 endif
 
+if not get_option('disable_gst_omx')
+    subprojects += ['gst-omx']
+endif
+
 if not get_option('disable_gst_devtools')
   if dependency('json-glib-1.0', required : false).found()
     subprojects += ['gst-devtools']
index 049ec4e..2a73695 100644 (file)
@@ -5,3 +5,4 @@ option('disable_gst_plugins_bad', type : 'boolean', value : false)
 option('disable_gst_devtools', type : 'boolean', value : false)
 option('disable_gst_editing_services', type : 'boolean', value : false)
 option('disable_rtsp_server', type : 'boolean', value : false)
+option('disable_gst_omx', type : 'boolean', value : true)
diff --git a/subprojects/gst-omx.wrap b/subprojects/gst-omx.wrap
new file mode 100644 (file)
index 0000000..4a6151b
--- /dev/null
@@ -0,0 +1,4 @@
+[wrap-git]
+directory=gst-omx
+url=https://anongit.freedesktop.org/git/gstreamer/gst-omx.git
+revision=master