mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 08:46:40 +00:00
win32/: Fix compilation on win32 under VS8
Original commit message from CVS: * win32/common/libgstbase.def: * win32/common/libgstreamer.def: * win32/vs8/libgstbase.vcproj: * win32/vs8/libgstcoreelements.vcproj: * win32/vs8/libgstreamer.vcproj: Fix compilation on win32 under VS8 Patch by: Sergey Scobich <sergey dot scobich at gmail dot com> Partially fixes #381175
This commit is contained in:
parent
d372e59b0e
commit
d91e84eda2
6 changed files with 31 additions and 5 deletions
11
ChangeLog
11
ChangeLog
|
@ -1,3 +1,14 @@
|
|||
2006-12-01 Jan Schmidt <thaytan@mad.scientist.com>
|
||||
|
||||
* win32/common/libgstbase.def:
|
||||
* win32/common/libgstreamer.def:
|
||||
* win32/vs8/libgstbase.vcproj:
|
||||
* win32/vs8/libgstcoreelements.vcproj:
|
||||
* win32/vs8/libgstreamer.vcproj:
|
||||
Fix compilation on win32 under VS8
|
||||
Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
|
||||
Partially fixes #381175
|
||||
|
||||
2006-11-29 Jan Schmidt <thaytan@mad.scientist.com>
|
||||
|
||||
* gst/gstvalue.c: (gst_value_compare_fraction):
|
||||
|
|
|
@ -30,6 +30,12 @@ EXPORTS
|
|||
gst_base_transform_set_passthrough
|
||||
gst_base_transform_set_qos_enabled
|
||||
gst_base_transform_update_qos
|
||||
gst_data_queue_flush
|
||||
gst_data_queue_is_empty
|
||||
gst_data_queue_new
|
||||
gst_data_queue_pop
|
||||
gst_data_queue_push
|
||||
gst_data_queue_set_flushing
|
||||
gst_collect_pads_add_pad
|
||||
gst_collect_pads_available
|
||||
gst_collect_pads_collect
|
||||
|
|
|
@ -639,6 +639,7 @@ EXPORTS
|
|||
gst_tag_list_add
|
||||
gst_tag_list_add_values
|
||||
gst_tag_list_copy
|
||||
gst_tag_list_copy_value
|
||||
gst_tag_list_foreach
|
||||
gst_tag_list_free
|
||||
gst_tag_list_get_char
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="windows-1251"?>
|
||||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="8.00"
|
||||
|
@ -203,6 +203,10 @@
|
|||
RelativePath="..\..\libs\gst\base\gstcollectpads.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\libs\gst\base\gstdataqueue.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\libs\gst\base\gstpushsrc.c"
|
||||
>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="windows-1251"?>
|
||||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="8,00"
|
||||
Version="8.00"
|
||||
Name="libgstcoreelements"
|
||||
ProjectGUID="{62D7358C-6880-40EA-93FF-21B69376C7F0}"
|
||||
Keyword="Win32Proj"
|
||||
|
@ -213,6 +213,10 @@
|
|||
RelativePath="..\..\plugins\elements\gstidentity.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\plugins\elements\gstmultiqueue.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\plugins\elements\gstqueue.c"
|
||||
>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="windows-1251"?>
|
||||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="8,00"
|
||||
Version="8.00"
|
||||
Name="libgstreamer"
|
||||
ProjectGUID="{F987873B-2B88-4B1B-B627-F70DF4F91E49}"
|
||||
Keyword="Win32Proj"
|
||||
|
|
Loading…
Reference in a new issue