Rename GST_PACKAGE_NAME define to PACKAGE_NAME
This commit is contained in:
parent
8dcb52b48d
commit
b01ef05c41
2
config.h
2
config.h
@ -2,7 +2,7 @@
|
|||||||
#define GST_LICENSE "LGPL"
|
#define GST_LICENSE "LGPL"
|
||||||
|
|
||||||
/* package name in plugins */
|
/* package name in plugins */
|
||||||
#define GST_PACKAGE_NAME "VISION Plug-ins GIT/prerelease"
|
#define PACKAGE_NAME "VISION Plug-ins GIT/prerelease"
|
||||||
|
|
||||||
/* package origin */
|
/* package origin */
|
||||||
#define GST_PACKAGE_ORIGIN "Unknown package origin"
|
#define GST_PACKAGE_ORIGIN "Unknown package origin"
|
||||||
|
|||||||
@ -48,5 +48,5 @@ plugin_init (GstPlugin * plugin)
|
|||||||
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
|
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
|
||||||
GST_VERSION_MINOR,
|
GST_VERSION_MINOR,
|
||||||
"freeimage",
|
"freeimage",
|
||||||
"FreeImage plugin library", plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME,
|
"FreeImage plugin library", plugin_init, VERSION, "LGPL", PACKAGE_NAME,
|
||||||
GST_PACKAGE_ORIGIN)
|
GST_PACKAGE_ORIGIN)
|
||||||
|
|||||||
@ -31,6 +31,6 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
|
|||||||
plugin_init,
|
plugin_init,
|
||||||
VERSION,
|
VERSION,
|
||||||
GST_LICENSE,
|
GST_LICENSE,
|
||||||
GST_PACKAGE_NAME,
|
PACKAGE_NAME,
|
||||||
GST_PACKAGE_ORIGIN
|
GST_PACKAGE_ORIGIN
|
||||||
);
|
);
|
||||||
|
|||||||
@ -33,6 +33,6 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
|
|||||||
plugin_init,
|
plugin_init,
|
||||||
VERSION,
|
VERSION,
|
||||||
GST_LICENSE,
|
GST_LICENSE,
|
||||||
GST_PACKAGE_NAME,
|
PACKAGE_NAME,
|
||||||
GST_PACKAGE_ORIGIN
|
GST_PACKAGE_ORIGIN
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user