From d1d7fb884d8e6fb9a93f44591aa8a69f332c95f6 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Mon, 2 Jun 2008 18:23:54 +0000 Subject: 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). --- sys/dshowvideosink/Makefile.am | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 sys/dshowvideosink/Makefile.am (limited to 'sys/dshowvideosink/Makefile.am') diff --git a/sys/dshowvideosink/Makefile.am b/sys/dshowvideosink/Makefile.am new file mode 100644 index 00000000..1fa81b75 --- /dev/null +++ b/sys/dshowvideosink/Makefile.am @@ -0,0 +1,9 @@ +# This plugin isn't buildable with autotools at this point in time, so just +# ensure everything's listed in EXTRA_DIST + +EXTRA_DIST = \ + dshowvideofakesrc.cpp \ + dshowvideofakesrc.h \ + dshowvideosink.cpp \ + dshowvideosink.h + -- cgit v1.2.1