build: use CMakeLists.txt instead of config.h to define plugin macros
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
add_definitions (-DHAVE_CONFIG_H)
|
||||
|
||||
set (SOURCES
|
||||
gstmatroxsrc.c)
|
||||
|
||||
|
||||
@@ -816,4 +816,5 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
|
||||
GST_VERSION_MINOR,
|
||||
matrox,
|
||||
"Matrox Imaging Library video source",
|
||||
plugin_init, PACKAGE_VERSION, "LGPL", PACKAGE_NAME, GST_PACKAGE_ORIGIN)
|
||||
plugin_init, GST_PACKAGE_VERSION, GST_PACKAGE_LICENSE, GST_PACKAGE_NAME,
|
||||
GST_PACKAGE_ORIGIN)
|
||||
|
||||
Reference in New Issue
Block a user