diff options
author | Sébastien Moutte <sebastien@moutte.net> | 2006-05-12 10:50:42 +0000 |
---|---|---|
committer | Sébastien Moutte <sebastien@moutte.net> | 2006-05-12 10:50:42 +0000 |
commit | 48255b13afba4d631db1a79019b6fc42efa465b5 (patch) | |
tree | c0f510fdf4f1d3c31ba29b8067ddf86bad1cd79f /win32/MANIFEST | |
parent | b71fd2f4f65a43f5d7b376e2a2adfdaba371c9c1 (diff) |
win32/MANIFEST: Update win32 files listing.
Original commit message from CVS:
* win32/MANIFEST:
Update win32 files listing.
* win32/common/gstversion.h:
Add GST_MAJORMINOR definition.
* win32/common/libgstreamer.def:
Add new exported functions.
Diffstat (limited to 'win32/MANIFEST')
-rw-r--r-- | win32/MANIFEST | 34 |
1 files changed, 21 insertions, 13 deletions
diff --git a/win32/MANIFEST b/win32/MANIFEST index c406a94de..2297aac96 100644 --- a/win32/MANIFEST +++ b/win32/MANIFEST @@ -1,34 +1,42 @@ win32/MANIFEST win32/README.txt -win32/common/dirent.c win32/common/config.h +win32/common/config.h.in +win32/common/dirent.c win32/common/dirent.h +win32/common/gstconfig.h +win32/common/gstenumtypes.c +win32/common/gstenumtypes.h +win32/common/gstversion.h win32/common/gtchar.h win32/common/libgstbase.def win32/common/libgstcontroller.def -win32/common/libgstreamer.def -win32/common/libgstnet.def win32/common/libgstdataprotocol.def -win32/common/gstenumtypes.c -win32/common/gstconfig.h -win32/common/gstenumtypes.h -win32/common/gstversion.h -win32/common/config.h.in -win32/vs6/grammar.dsp +win32/common/libgstnet.def +win32/common/libgstreamer.def win32/vs6/gstreamer.dsw +win32/vs6/grammar.dsp win32/vs6/gst_inspect.dsp win32/vs6/gst_launch.dsp win32/vs6/libgstbase.dsp win32/vs6/libgstcontroller.dsp -win32/vs6/libgstreamer.dsp -win32/vs6/libgstnet.dsp -win32/vs6/libgstdataprotocol.dsp win32/vs6/libgstcoreelements.dsp +win32/vs6/libgstdataprotocol.dsp +win32/vs6/libgstnet.dsp +win32/vs6/libgstreamer.dsp +win32/vs7/gstreamer.sln win32/vs7/grammar.vcproj win32/vs7/gst-inspect.vcproj win32/vs7/gst-launch.vcproj -win32/vs7/gstreamer.sln win32/vs7/libgstbase.vcproj win32/vs7/libgstcontroller.vcproj win32/vs7/libgstcoreelements.vcproj win32/vs7/libgstreamer.vcproj +win32/vs8/gstreamer.sln +win32/vs8/grammar.vcproj +win32/vs8/gst-inspect.vcproj +win32/vs8/gst-launch.vcproj +win32/vs8/libgstbase.vcproj +win32/vs8/libgstcontroller.vcproj +win32/vs8/libgstcoreelements.vcproj +win32/vs8/libgstreamer.vcproj
\ No newline at end of file |