summaryrefslogtreecommitdiff
path: root/Makefile.defaults
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2011-12-05 22:33:02 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2011-12-05 22:33:02 +0000
commit4e3a4448ec4b7b3079bcc6fe282985cae402e0d9 (patch)
tree1e614d2b97ad59b47ad9fc8751aaf3d2f89c3494 /Makefile.defaults
parent61a36faf7f190ad3e3c1bbc8a06ebbcc8f9128e3 (diff)
downloadnetsurf-4e3a4448ec4b7b3079bcc6fe282985cae402e0d9.tar.gz
netsurf-4e3a4448ec4b7b3079bcc6fe282985cae402e0d9.tar.bz2
Beginnings of a gstreamer binding. I've been sitting on this for too long
svn path=/trunk/netsurf/; revision=13248
Diffstat (limited to 'Makefile.defaults')
-rw-r--r--Makefile.defaults4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.defaults b/Makefile.defaults
index d13f21ab6..0301bdf86 100644
--- a/Makefile.defaults
+++ b/Makefile.defaults
@@ -57,6 +57,10 @@ NETSURF_USE_MNG := YES
# Valid options: YES, NO
NETSURF_USE_WEBP := NO
+# Enable NetSurf's use of gstreamer for displaying videos
+# Valid options: YES, NO
+NETSURF_USE_VIDEO := NO
+
# Enable NetSurf's use of libharu for PDF export and GTK printing support.
# There is no auto-detection available for this, as it does not have a
# pkg-config file.