meson.build: drop VERSION, use PACKAGE_VERSION in the C sources

Slightly better namespaced since it's not usually used anywhere else, VERSION
is too generic.
This commit is contained in:
Peter Hutterer 2021-06-10 13:54:28 +10:00 committed by Wim Taymans
parent c4e3efbcf8
commit b5e98027b7
2 changed files with 1 additions and 2 deletions

View file

@ -66,4 +66,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
pipewire,
"Uses PipeWire to handle media streams",
plugin_init, VERSION, "MIT/X11", "pipewire", "pipewire.org")
plugin_init, PACKAGE_VERSION, "MIT/X11", "pipewire", "pipewire.org")