diff options
author | Koen Kooi <koen@openembedded.org> | 2008-08-05 15:57:15 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-08-05 15:57:15 +0000 |
commit | 1eef6ac18de15ea845b146b1624fcc1f1c4faea2 (patch) | |
tree | 55499b6f3c7bbb30bcf85f792ccc43d51c53024f /packages/openmax/gst-openmax | |
parent | 795f228d21be86982bfeae49b9d94031ee7284f3 (diff) |
gst-openmax: add openmax IL support for gstreamer
Diffstat (limited to 'packages/openmax/gst-openmax')
-rw-r--r-- | packages/openmax/gst-openmax/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/openmax/gst-openmax/check.diff | 11 |
2 files changed, 11 insertions, 0 deletions
diff --git a/packages/openmax/gst-openmax/.mtn2git_empty b/packages/openmax/gst-openmax/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/openmax/gst-openmax/.mtn2git_empty diff --git a/packages/openmax/gst-openmax/check.diff b/packages/openmax/gst-openmax/check.diff new file mode 100644 index 0000000000..9e74abf537 --- /dev/null +++ b/packages/openmax/gst-openmax/check.diff @@ -0,0 +1,11 @@ +--- /tmp/gst-check.m4 2008-08-05 17:46:09.000000000 +0200 ++++ gst-openmax-0.10.0.4/common/m4/gst-check.m4 2008-08-05 17:46:29.000000000 +0200 +@@ -114,7 +114,7 @@ + + AC_DEFUN([AG_GST_CHECK_GST_CHECK], + [ +- AG_GST_CHECK_MODULES(GST_CHECK, gstreamer-check-[$1], [$2], ++ AG_GST_CHECK_MODULES(GST_CHECK, gstreamer-check, [$2], + [GStreamer Check unittest Library], [$3]) + ]) + |