summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2007-05-15 17:22:58 +0000
committerTim-Philipp Müller <tim@centricular.net>2007-05-15 17:22:58 +0000
commitb979d59b3dc6c2a249b6c53ccd2cf95f3daf1ba8 (patch)
tree09dc4a5ccb6a4f8ec33b07de2212e73900a9142e /ChangeLog
parentb629fd955a7cc30c6a58dc734dda7e424cda72b2 (diff)
downloadgst-plugins-bad-b979d59b3dc6c2a249b6c53ccd2cf95f3daf1ba8.tar.gz
gst-plugins-bad-b979d59b3dc6c2a249b6c53ccd2cf95f3daf1ba8.tar.bz2
gst-plugins-bad-b979d59b3dc6c2a249b6c53ccd2cf95f3daf1ba8.zip
Add DIRECTDRAW_CFLAGS and DIRECTSOUND_CFLAGS to Makefile.am; save and restore the various flags in the directdraw/dir...
Original commit message from CVS: * configure.ac: * sys/directdraw/Makefile.am: * sys/directsound/Makefile.am: Add DIRECTDRAW_CFLAGS and DIRECTSOUND_CFLAGS to Makefile.am; save and restore the various flags in the directdraw/directsound detection section. Apparently improves cross-compiling for win32 with mingw32 under some circumstances (#437539).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 23d316f3..9f037619 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2007-05-15 Tim-Philipp Müller <tim at centricular dot net>
+
+ * configure.ac:
+ * sys/directdraw/Makefile.am:
+ * sys/directsound/Makefile.am:
+ Add DIRECTDRAW_CFLAGS and DIRECTSOUND_CFLAGS to Makefile.am; save
+ and restore the various flags in the directdraw/directsound
+ detection section. Apparently improves cross-compiling for win32
+ with mingw32 under some circumstances (#437539).
+
2007-05-15 Wim Taymans <wim@fluendo.com>
* gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_chain):