summaryrefslogtreecommitdiff
path: root/Makefile.sources
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.sources
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.sources')
-rw-r--r--Makefile.sources1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.sources b/Makefile.sources
index 0aaaa1612..5b2764eda 100644
--- a/Makefile.sources
+++ b/Makefile.sources
@@ -48,6 +48,7 @@ S_IMAGE_$(NETSURF_USE_PNG) += png.c
S_IMAGE_$(NETSURF_USE_NSSVG) += svg.c
S_IMAGE_$(NETSURF_USE_RSVG) += rsvg.c
S_IMAGE_$(NETSURF_USE_WEBP) += webp.c
+S_IMAGE_$(NETSURF_USE_VIDEO) += video.c
S_IMAGE := $(addprefix image/,$(S_IMAGE_YES))