summaryrefslogtreecommitdiff
path: root/config.h.meson
diff options
context:
space:
mode:
authorNicolas Dufresne <nicolas.dufresne@collabora.com>2017-05-16 14:05:52 -0400
committerNicolas Dufresne <nicolas.dufresne@collabora.com>2017-05-16 14:05:52 -0400
commit4261692187c23eaf9be323a207bded94fbe164ea (patch)
tree58feab9339aed86f7e22596efab5db80dd3af0cf /config.h.meson
parent1c6cd54477c0c467293d28601d51fdf931237a4b (diff)
Remove plugin specific static build option
Static and dynamic plugins now have the same interface. The standard --enable-static/--enable-shared toggle are sufficient.
Diffstat (limited to 'config.h.meson')
-rw-r--r--config.h.meson3
1 files changed, 0 insertions, 3 deletions
diff --git a/config.h.meson b/config.h.meson
index 198530ed1..f2343708f 100644
--- a/config.h.meson
+++ b/config.h.meson
@@ -85,9 +85,6 @@
/* GStreamer package release date/time for plugins as YYYY-MM-DD */
#mesondefine GST_PACKAGE_RELEASE_DATETIME
-/* Define if static plugins should be built */
-#mesondefine GST_PLUGIN_BUILD_STATIC
-
/* Define to enable Windows ACM library (used by acm). */
#mesondefine HAVE_ACM