summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSébastien Moutte <sebastien@moutte.net>2008-02-07 19:13:56 +0000
committerSébastien Moutte <sebastien@moutte.net>2008-02-07 19:13:56 +0000
commitf0690e19ea6753d7b360a8bc26350d2ec44a13ba (patch)
tree15e28f12870e7165f594272e17b9708de6555cf1 /ChangeLog
parent639b1183b4ef36d02c435a659ab3c755d06b9f0d (diff)
gst/rtsp/gstrtspsrc.c: Include unistd.h only if HAVE_UNISTD_H is defined
Original commit message from CVS: * gst/rtsp/gstrtspsrc.c: Include unistd.h only if HAVE_UNISTD_H is defined * win32/common/config.h.in: * win32/common/config.h: Define socklen_t as it seems it's not defined in default Visual Studio headers. * win32/vs6/libgstalpha.dsp: * win32/vs6/libgstapetag.dsp: * win32/vs6/libgstavi.dsp: * win32/vs6/libgstrtp.dsp: * win32/vs6/libgstrtsp.dsp: * win32/vs6/libgstvideomixer.dsp: Update project file dependencies and add new source files
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 93d74267..3d2b07f1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2008-02-07 Sebastien Moutte <sebastien@moutte.net>
+
+ * gst/rtsp/gstrtspsrc.c:
+ Include unistd.h only if HAVE_UNISTD_H is defined
+ * win32/common/config.h.in:
+ * win32/common/config.h:
+ Define socklen_t as it seems it's not defined in default
+ Visual Studio headers.
+ * win32/vs6/libgstalpha.dsp:
+ * win32/vs6/libgstapetag.dsp:
+ * win32/vs6/libgstavi.dsp:
+ * win32/vs6/libgstrtp.dsp:
+ * win32/vs6/libgstrtsp.dsp:
+ * win32/vs6/libgstvideomixer.dsp:
+ Update project file dependencies and add new source files
+
2008-02-07 Sebastian Dröge <slomo@circular-chaos.org>
Patch by: Bjarne Rosengren <bjarne at axis dot com>