summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2018-03-09 12:02:29 +0000
committerTim-Philipp Müller <tim@centricular.com>2018-03-09 12:02:46 +0000
commit75ac8393919164149dba71d9fb9764200a095ed8 (patch)
tree708659bb8f8d860a32ba5215606cbdcde40f6246
parent5b55041bb40ee1ca52f87a553a0fb150d822a2aa (diff)
downloadgst-omx-75ac8393919164149dba71d9fb9764200a095ed8.tar.gz
meson: fix typo in package name define
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index db9f7b1..a598ace 100644
--- a/meson.build
+++ b/meson.build
@@ -110,7 +110,7 @@ cdata.set('PACKAGE_BUGREPORT', '"http://bugzilla.gnome.org/enter_bug.cgi?product
cdata.set('PACKAGE_NAME', '"GStreamer OMX Plugins"')
cdata.set('GETTEXT_PACKAGE', '"gst-omx-1.0"')
cdata.set('GST_API_VERSION', '"@0@"'.format(api_version))
-cdata.set('GST_PACKAGE_NAME', '"GStreamer OpenMX Plug-ins"')
+cdata.set('GST_PACKAGE_NAME', '"GStreamer OpenMAX Plug-ins"')
cdata.set('GST_PACKAGE_ORIGIN', '"Unknown package origin"')
cdata.set('GST_LICENSE', '"LGPL"')
cdata.set('LIBDIR', '"@0@"'.format(get_option('libdir')))