Add directsoundsink to build and dist it, so it gets built when compiling with MingW...
authorVincent Torri <vtorri@univ-evry.fr>
Thu, 4 Jan 2007 09:44:57 +0000 (09:44 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Thu, 4 Jan 2007 09:44:57 +0000 (09:44 +0000)
commit40de57f68f561c14609daff2990565b96de8b883
treef9a04e2005e716c216e208cd661a2079eed2af52
parent2ae3fda5fa6fc299f43c1371f08ef649080a79de
Add directsoundsink to build and dist it, so it gets built when compiling with MingW on win32 and the required header...

Original commit message from CVS:
Patch by: Vincent Torri  <vtorri at univ-evry fr>
* configure.ac:
* sys/Makefile.am:
* sys/directsound/Makefile.am:
* sys/directsound/gstdirectsoundsink.c:
(gst_directsoundsink_reset):
Add directsoundsink to build and dist it, so it gets built when
compiling with MingW on win32 and the required headers and libraries
are available (fixes: #392638). Also simplify DirectDraw check a bit.
* tests/check/elements/.cvsignore:
Fix CVS ignore for neonhttpsrc test binary.
sys/directsound/Makefile.am [new file with mode: 0644]
sys/directsound/gstdirectsoundsink.c