mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 18:05:37 +00:00
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.
This commit is contained in:
parent
85aee8e273
commit
e69b94048d
5 changed files with 25 additions and 0 deletions
11
ChangeLog
11
ChangeLog
|
@ -1,3 +1,14 @@
|
|||
2007-01-07 Sébastien Moutte <sebastien@moutte.net>
|
||||
|
||||
* 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.
|
||||
|
||||
2007-01-06 Andy Wingo <wingo@pobox.com>
|
||||
|
||||
* gst-libs/gst/audio/gstbaseaudiosink.c
|
||||
|
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue