summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMichael Smith <msmith@xiph.org>2008-06-02 18:23:54 +0000
committerMichael Smith <msmith@xiph.org>2008-06-02 18:23:54 +0000
commitd1d7fb884d8e6fb9a93f44591aa8a69f332c95f6 (patch)
treebe8b38a907c0ca2f682432536b20c1b1463a3203 /configure.ac
parent1562bef1dcce3107cc81698eb668ccb905c95a26 (diff)
downloadgstreamer-plugins-bad-d1d7fb884d8e6fb9a93f44591aa8a69f332c95f6.tar.gz
Add a new win32 videosink. Uses the DirectShow renderers for high-performance video rendering on win32.
Original commit message from CVS: * configure.ac: * sys/Makefile.am: * sys/dshowvideosink/Makefile.am: * sys/dshowvideosink/README: * sys/dshowvideosink/dshowvideofakesrc.cpp: * sys/dshowvideosink/dshowvideofakesrc.h: * sys/dshowvideosink/dshowvideosink.cpp: * sys/dshowvideosink/dshowvideosink.h: Add a new win32 videosink. Uses the DirectShow renderers for high-performance video rendering on win32. Currently only supports some YUV formats. Rank PRIMARY, since it's much more useful for the common cases that the directdraw sink (which only does RGB).
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 5efa93578..a8a66bb72 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1188,6 +1188,7 @@ gst-libs/gst/dshow/Makefile
sys/Makefile
sys/dshowdecwrapper/Makefile
sys/dshowsrcwrapper/Makefile
+sys/dshowvideosink/Makefile
sys/dvb/Makefile
sys/fbdev/Makefile
sys/oss4/Makefile
@@ -1219,6 +1220,7 @@ ext/Makefile
ext/nas/Makefile
ext/mpeg2enc/Makefile
ext/mplex/Makefile
+ext/mozilla/Makefile
ext/musepack/Makefile
ext/musicbrainz/Makefile
ext/mythtv/Makefile