build: use git version info in plugins and build ZIP package

This commit is contained in:
Joshua M. Doe
2017-08-03 10:14:49 -04:00
parent 623abe0c2a
commit ff8376b9d2
30 changed files with 216 additions and 30 deletions

View File

@@ -747,4 +747,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
idsueye,
"IDS uEye frame grabber source",
plugin_init, VERSION, "LGPL", PACKAGE_NAME, GST_PACKAGE_ORIGIN)
plugin_init, PACKAGE_VERSION, "LGPL", PACKAGE_NAME, GST_PACKAGE_ORIGIN)