ext\neon\gstneonhttpsrc.c: Include unistd.h only if _HAVE_UNISTD_H is defined
authorSébastien Moutte <sebastien@moutte.net>
Thu, 7 Feb 2008 21:02:19 +0000 (21:02 +0000)
committerSébastien Moutte <sebastien@moutte.net>
Thu, 7 Feb 2008 21:02:19 +0000 (21:02 +0000)
commit37915fa611ede3dbe8e6e2e70baafb49f5c216ea
treeebdb74dc34b4e4826b73e9062f3002807583e881
parentee15d7657dd5cfc133c794a44ab89535ab8d720e
ext\neon\gstneonhttpsrc.c: Include unistd.h only if _HAVE_UNISTD_H is defined

Original commit message from CVS:
* ext\neon\gstneonhttpsrc.c:
Include unistd.h only if _HAVE_UNISTD_H is defined
* gst\mpegvideoparse\mpegvideoparse.c:
Use G_GUINT64_CONSTANT GLIB macro for constant
* sys\dshowsrcwrapper\gstdshowaudiosrc.c:
* sys\dshowsrcwrapper\gstdshowvideosrc.c:
* sys\dshowdecwrapper\gstdshowaudiodec.c:
* sys\dshowdecwrapper\gstdshowaudiodec.h:
* sys\dshowdecwrapper\gstdshowdecwrapper.c:
* sys\dshowdecwrapper\gstdshowdecwrapper.h:
* sys\dshowdecwrapper\gstdshowvideodec.c
* sys\dshowdecwrapper\gstdshowvideodec.h:
Add a DirectShow decoder wrapper.
* win32\MANIFEST:
Add new win32 files to MANIFEST
* win32\vs6\gst_plugins_bad.dsw:
* win32\vs6\libgstdshow.dsp:
* win32\vs6\libgstdshowdecwrapper.dsp:
* win32\vs6\libgstflv.dsp:
Add new projects to bad workspace
16 files changed:
ChangeLog
ext/neon/gstneonhttpsrc.c
gst/mpegvideoparse/mpegvideoparse.c
sys/dshowdecwrapper/gstdshowaudiodec.c [new file with mode: 0644]
sys/dshowdecwrapper/gstdshowaudiodec.h [new file with mode: 0644]
sys/dshowdecwrapper/gstdshowdecwrapper.c [new file with mode: 0644]
sys/dshowdecwrapper/gstdshowdecwrapper.h [new file with mode: 0644]
sys/dshowdecwrapper/gstdshowvideodec.c [new file with mode: 0644]
sys/dshowdecwrapper/gstdshowvideodec.h [new file with mode: 0644]
sys/dshowsrcwrapper/gstdshowaudiosrc.c
sys/dshowsrcwrapper/gstdshowvideosrc.c
win32/MANIFEST
win32/vs6/gst_plugins_bad.dsw
win32/vs6/libgstdshow.dsp
win32/vs6/libgstdshowdecwrapper.dsp [new file with mode: 0644]
win32/vs6/libgstflv.dsp [new file with mode: 0644]