From f4f604b7b1c5a2404d50b69472b9a12839eaeee9 Mon Sep 17 00:00:00 2001 From: Sergey Scobich Date: Sat, 28 Oct 2006 15:10:26 +0000 Subject: [PATCH] Add needed entries in .def files. Original commit message from CVS: Patch by: Sergey Scobich * 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. --- ChangeLog | 13 +++++++++++++ gst/gst.c | 2 ++ win32/common/libgstbase.def | 2 +- win32/common/libgstreamer.def | 1 + win32/vs8/libgstbase.vcproj | 10 +++++----- win32/vs8/libgstcontroller.vcproj | 10 +++++----- 6 files changed, 27 insertions(+), 11 deletions(-) diff --git a/ChangeLog b/ChangeLog index 254ecd6..713fcd9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2006-10-28 Wim Taymans + + Patch by: Sergey Scobich + + * 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 * win32/common/gstconfig.h: diff --git a/gst/gst.c b/gst/gst.c index 554b4da..74af64d 100644 --- a/gst/gst.c +++ b/gst/gst.c @@ -107,7 +107,9 @@ #ifdef HAVE_FORK #include #endif /* HAVE_FORK */ +#ifdef HAVE_UNISTD_H #include +#endif #include "gst-i18n-lib.h" #include /* for LC_ALL */ diff --git a/win32/common/libgstbase.def b/win32/common/libgstbase.def index 25be1ac..a810c7e 100644 --- a/win32/common/libgstbase.def +++ b/win32/common/libgstbase.def @@ -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 diff --git a/win32/common/libgstreamer.def b/win32/common/libgstreamer.def index f715c49..f77848a 100644 --- a/win32/common/libgstreamer.def +++ b/win32/common/libgstreamer.def @@ -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 diff --git a/win32/vs8/libgstbase.vcproj b/win32/vs8/libgstbase.vcproj index 68583e3..2b71f5e 100644 --- a/win32/vs8/libgstbase.vcproj +++ b/win32/vs8/libgstbase.vcproj @@ -1,7 +1,7 @@ - - + + diff --git a/win32/vs8/libgstcontroller.vcproj b/win32/vs8/libgstcontroller.vcproj index 25dc9c7..dded4ef 100644 --- a/win32/vs8/libgstcontroller.vcproj +++ b/win32/vs8/libgstcontroller.vcproj @@ -1,7 +1,7 @@ - - + + -- 2.7.4