summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMichael Smith <msmith@xiph.org>2008-04-25 18:13:07 +0000
committerMichael Smith <msmith@xiph.org>2008-04-25 18:13:07 +0000
commita740294f2a6919b6c6ca1cebf71dcdaef1877b9e (patch)
tree27ed56cc7c2cc4e00acecd87f77ad118fe4847f6 /ChangeLog
parent1e9fd08525958c6831498c37c51fd453459e186f (diff)
downloadgst-plugins-bad-a740294f2a6919b6c6ca1cebf71dcdaef1877b9e.tar.gz
gst-plugins-bad-a740294f2a6919b6c6ca1cebf71dcdaef1877b9e.tar.bz2
gst-plugins-bad-a740294f2a6919b6c6ca1cebf71dcdaef1877b9e.zip
gst-libs/gst/dshow/Makefile.am: Use CXXFLAGS rather than CFLAGS; these are C++ files.
Original commit message from CVS: * gst-libs/gst/dshow/Makefile.am: Use CXXFLAGS rather than CFLAGS; these are C++ files. Define required constants appropriately. * sys/dshowdecwrapper/Makefile.am: Add required include dir, libraries. Define required constants appropriately.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 200da44c..0fed7272 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2008-04-25 Michael Smith <msmith@songbirdnest.com>
+
+ * gst-libs/gst/dshow/Makefile.am:
+ Use CXXFLAGS rather than CFLAGS; these are C++ files.
+ Define required constants appropriately.
+ * sys/dshowdecwrapper/Makefile.am:
+ Add required include dir, libraries.
+ Define required constants appropriately.
+
2008-04-25 Wim Taymans <wim.taymans@collabora.co.uk>
* gst/rtpmanager/gstrtpbin.c: (create_stream), (gst_rtp_bin_init),