summaryrefslogtreecommitdiffstats
path: root/gtk/module.defs
diff options
context:
space:
mode:
authorJohn Stebbins <[email protected]>2016-03-13 18:24:39 -0600
committerJohn Stebbins <[email protected]>2016-03-13 18:24:39 -0600
commit20b5485afa48a6210eb5503bade70166d06fc5a4 (patch)
tree0b85ce55b72fcc711344793567e0574f6e75e300 /gtk/module.defs
parent8c2ef670d8f26ba6e15184f782376bc6c49dcd7b (diff)
LinGui: enable live preview (gstreamer) by default on win32
Diffstat (limited to 'gtk/module.defs')
-rw-r--r--gtk/module.defs2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/module.defs b/gtk/module.defs
index 78b80d071..6bd07efc7 100644
--- a/gtk/module.defs
+++ b/gtk/module.defs
@@ -15,7 +15,7 @@ BUILD.out += $(GTK.out)
###############################################################################
ifeq (1-mingw,$(BUILD.cross)-$(BUILD.system))
-GTK.CONFIGURE.extra += --host=$(BUILD.spec) --disable-gst
+GTK.CONFIGURE.extra += --host=$(BUILD.spec)
ifeq ($(HAS.dlfcn),1)
GTK.CONFIGURE.extra += --enable-dl
endif