mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-02 21:48:55 +00:00
Add needed entries in .def files.
Original commit message from CVS: Patch by: Sergey Scobich <sergey dot scobich at gmail dot com> * gst/gst.c: * win32/common/libgstbase.def: * win32/common/libgstreamer.def: * win32/vs8/libgstbase.vcproj: * win32/vs8/libgstcontroller.vcproj: Add needed entries in .def files. Use HAVE_UNISTD_H. Rearrange def files in vs8 solutions. Fixes #366286.
This commit is contained in:
parent
54f345951d
commit
f4f604b7b1
6 changed files with 27 additions and 11 deletions
13
ChangeLog
13
ChangeLog
|
@ -1,3 +1,16 @@
|
|||
2006-10-28 Wim Taymans <wim@fluendo.com>
|
||||
|
||||
Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
|
||||
|
||||
* gst/gst.c:
|
||||
* win32/common/libgstbase.def:
|
||||
* win32/common/libgstreamer.def:
|
||||
* win32/vs8/libgstbase.vcproj:
|
||||
* win32/vs8/libgstcontroller.vcproj:
|
||||
Add needed entries in .def files.
|
||||
Use HAVE_UNISTD_H.
|
||||
Rearrange def files in vs8 solutions. Fixes #366286.
|
||||
|
||||
2006-10-28 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* win32/common/gstconfig.h:
|
||||
|
|
|
@ -107,7 +107,9 @@
|
|||
#ifdef HAVE_FORK
|
||||
#include <sys/wait.h>
|
||||
#endif /* HAVE_FORK */
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#include "gst-i18n-lib.h"
|
||||
#include <locale.h> /* for LC_ALL */
|
||||
|
|
|
@ -16,12 +16,12 @@ EXPORTS
|
|||
gst_base_sink_set_sync
|
||||
gst_base_sink_set_qos_enabled
|
||||
gst_base_sink_is_qos_enabled
|
||||
gst_base_sink_wait_preroll
|
||||
gst_base_src_get_type
|
||||
gst_base_src_is_live
|
||||
gst_base_src_set_format
|
||||
gst_base_src_set_live
|
||||
gst_base_src_wait_playing
|
||||
gst_base_src_wait_preroll
|
||||
gst_base_transform_get_type
|
||||
gst_base_transform_is_in_place
|
||||
gst_base_transform_is_passthrough
|
||||
|
|
|
@ -657,6 +657,7 @@ EXPORTS
|
|||
gst_tag_list_merge
|
||||
gst_tag_list_new
|
||||
gst_tag_merge_mode_get_type
|
||||
gst_tag_merge_use_first
|
||||
gst_tag_register
|
||||
gst_tag_setter_get_tag_list
|
||||
gst_tag_setter_get_tag_merge_mode
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="windows-1251"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="8,00"
|
||||
Version="8.00"
|
||||
Name="libgstbase"
|
||||
ProjectGUID="{4D7BC403-583B-4725-BD87-A4A2B7FD8156}"
|
||||
Keyword="Win32Proj"
|
||||
|
@ -211,10 +211,6 @@
|
|||
RelativePath="..\..\libs\gst\base\gsttypefindhelper.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\common\libgstbase.def"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Header Files"
|
||||
|
@ -227,6 +223,10 @@
|
|||
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
|
||||
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\common\libgstbase.def"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
</Files>
|
||||
<Globals>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="windows-1251"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="8,00"
|
||||
Version="8.00"
|
||||
Name="libgstcontroller"
|
||||
ProjectGUID="{5B28E515-C92B-4CF2-9963-AC6EFB8B2A5C}"
|
||||
Keyword="Win32Proj"
|
||||
|
@ -199,10 +199,6 @@
|
|||
RelativePath="..\..\libs\gst\controller\lib.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\common\libgstcontroller.def"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Header Files"
|
||||
|
@ -215,6 +211,10 @@
|
|||
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
|
||||
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\common\libgstcontroller.def"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
</Files>
|
||||
<Globals>
|
||||
|
|
Loading…
Reference in a new issue