diff options
author | Sébastien Moutte <sebastien@moutte.net> | 2008-02-07 21:02:19 +0000 |
---|---|---|
committer | Sébastien Moutte <sebastien@moutte.net> | 2008-02-07 21:02:19 +0000 |
commit | 37915fa611ede3dbe8e6e2e70baafb49f5c216ea (patch) | |
tree | ebdb74dc34b4e4826b73e9062f3002807583e881 /win32/MANIFEST | |
parent | ee15d7657dd5cfc133c794a44ab89535ab8d720e (diff) | |
download | gst-plugins-bad-37915fa611ede3dbe8e6e2e70baafb49f5c216ea.tar.gz gst-plugins-bad-37915fa611ede3dbe8e6e2e70baafb49f5c216ea.tar.bz2 gst-plugins-bad-37915fa611ede3dbe8e6e2e70baafb49f5c216ea.zip |
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
Diffstat (limited to 'win32/MANIFEST')
-rw-r--r-- | win32/MANIFEST | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/win32/MANIFEST b/win32/MANIFEST index 7f481d0f..36e0c386 100644 --- a/win32/MANIFEST +++ b/win32/MANIFEST @@ -3,8 +3,10 @@ win32/common/config.h win32/common/config.h.in win32/vs6/gst_plugins_bad.dsw win32/vs6/libgstdshow.dsp +win32/vs6/libgstdshowdecwrapper.dsp win32/vs6/libdshowsrcwrapper.dsp +win32/vs6/libgstflv.dsp win32/vs6/libgstmpegvideoparse.dsp win32/vs6/libgstneon.dsp win32/vs7/gst-plugins-bad.sln -win32/vs8/gst-plugins-bad.sln +win32/vs8/gst-plugins-bad.sln
\ No newline at end of file |