summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorVincent Torri <vtorri@univ-evry.fr>2007-01-04 09:44:57 +0000
committerTim-Philipp Müller <tim@centricular.net>2007-01-04 09:44:57 +0000
commite2117c6c678ae18f7cb5f6dd24b1b8d9b0fa84bf (patch)
tree2cfcee35a9c1b524102a9316e9d7370d3a59232f /ChangeLog
parente163953b0e1c80aab8622cc0ec5ed567da8097c1 (diff)
downloadgst-plugins-bad-e2117c6c678ae18f7cb5f6dd24b1b8d9b0fa84bf.tar.gz
gst-plugins-bad-e2117c6c678ae18f7cb5f6dd24b1b8d9b0fa84bf.tar.bz2
gst-plugins-bad-e2117c6c678ae18f7cb5f6dd24b1b8d9b0fa84bf.zip
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ea62d499..8b80ab6d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2007-01-04 Tim-Philipp Müller <tim at centricular dot net>
+
+ 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.
+
2007-01-03 Tim-Philipp Müller <tim at centricular dot net>
Patch by: Vincent Torri <vtorri at univ-evry fr>