gst/festival/gstfestival.c: Guard unistd.h with HAVE_UNISTD_H
authorMichael Smith <msmith@xiph.org>
Thu, 24 Jul 2008 00:32:37 +0000 (00:32 +0000)
committerMichael Smith <msmith@xiph.org>
Thu, 24 Jul 2008 00:32:37 +0000 (00:32 +0000)
commitcbc867455fc84c1d7abc3f1b5924c1bb17140f9e
tree3c24086d351efd5acce5d39b27ee6879f2c082d2
parent8af2be1a1edb37769801298fd155ddcf84772b85
gst/festival/gstfestival.c: Guard unistd.h with HAVE_UNISTD_H

Original commit message from CVS:
* gst/festival/gstfestival.c:
Guard unistd.h with HAVE_UNISTD_H
* gst/modplug/libmodplug/load_it.cpp:
* gst/modplug/libmodplug/sndfile.cpp:
* gst/modplug/libmodplug/sndfile.h:
* gst/modplug/libmodplug/stdafx.h:
Support for compiling with MSVC: use _MSC_VER for detecting MSVC instead
of MSC_VER. Make CanPackSamples take the type it's passed. Change scope
of a variable in load_it.cpp to MSVC's scoping rules.
* gst/sdp/gstsdpdemux.c:
Guard unistd.h with HAVE_UNISTD_H
Fixes #544457.
ChangeLog
gst/festival/gstfestival.c
gst/modplug/libmodplug/load_it.cpp
gst/modplug/libmodplug/sndfile.cpp
gst/modplug/libmodplug/sndfile.h
gst/modplug/libmodplug/stdafx.h
gst/sdp/gstsdpdemux.c