diff options
author | Sébastien Moutte <sebastien@moutte.net> | 2007-01-07 10:33:55 +0000 |
---|---|---|
committer | Sébastien Moutte <sebastien@moutte.net> | 2007-01-07 10:33:55 +0000 |
commit | e69b94048d852d8a618ba2cf3fce864faec1b790 (patch) | |
tree | 82a886e1a9ef03fbdf238b2b4ebaa47609222ac1 /win32 | |
parent | 85aee8e273dc02738753ff2a844bb77bd76883f5 (diff) | |
download | gstreamer-plugins-base-e69b94048d852d8a618ba2cf3fce864faec1b790.tar.gz |
win32/common/libgsaudio.def: Add new exported function.
Original commit message from CVS:
* win32/common/libgsaudio.def:
Add new exported function.
* win32/common/libgstogg.dsp:
Add gstoggaviparse.c to the build.
* win32/common/libgstvideoscale.dsp:
Add vs_4tap.c to the build.
* win32/common/libgstvorbis.dsp:
Add vorbistag.c to the build.
Diffstat (limited to 'win32')
-rw-r--r-- | win32/common/libgstaudio.def | 2 | ||||
-rw-r--r-- | win32/vs6/libgstogg.dsp | 4 | ||||
-rw-r--r-- | win32/vs6/libgstvideoscale.dsp | 4 | ||||
-rw-r--r-- | win32/vs6/libgstvorbis.dsp | 4 |
4 files changed, 14 insertions, 0 deletions
diff --git a/win32/common/libgstaudio.def b/win32/common/libgstaudio.def index 23fde6c67..1542312bf 100644 --- a/win32/common/libgstaudio.def +++ b/win32/common/libgstaudio.def @@ -5,5 +5,7 @@ EXPORTS gst_audio_is_buffer_framed gst_audio_set_channel_positions gst_audio_sink_get_type + gst_audio_src_get_type gst_base_audio_sink_get_type + diff --git a/win32/vs6/libgstogg.dsp b/win32/vs6/libgstogg.dsp index b6530646e..c60698a9a 100644 --- a/win32/vs6/libgstogg.dsp +++ b/win32/vs6/libgstogg.dsp @@ -108,6 +108,10 @@ SOURCE=..\..\ext\ogg\gstogg.c # End Source File # Begin Source File +SOURCE=..\..\ext\ogg\gstoggaviparse.c +# End Source File +# Begin Source File + SOURCE=..\..\ext\ogg\gstoggdemux.c # End Source File # Begin Source File diff --git a/win32/vs6/libgstvideoscale.dsp b/win32/vs6/libgstvideoscale.dsp index f90c8a7ab..143315b68 100644 --- a/win32/vs6/libgstvideoscale.dsp +++ b/win32/vs6/libgstvideoscale.dsp @@ -108,6 +108,10 @@ SOURCE=..\..\gst\videoscale\gstvideoscale.c # End Source File # Begin Source File +SOURCE=..\..\gst\videoscale\vs_4tap.c +# End Source File +# Begin Source File + SOURCE=..\..\gst\videoscale\vs_image.c # End Source File # Begin Source File diff --git a/win32/vs6/libgstvorbis.dsp b/win32/vs6/libgstvorbis.dsp index 0f0fa5e21..fb6e683a9 100644 --- a/win32/vs6/libgstvorbis.dsp +++ b/win32/vs6/libgstvorbis.dsp @@ -118,6 +118,10 @@ SOURCE=..\..\ext\vorbis\vorbisenc.c SOURCE=..\..\ext\vorbis\vorbisparse.c # End Source File +# Begin Source File + +SOURCE=..\..\ext\vorbis\vorbistag.c +# End Source File # End Group # Begin Group "Header Files" |