Revision: 201035
authorDremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 17 Sep 2010 08:31:31 +0300
changeset 33 ec10aa4a09b0
parent 31 aec498aab1d3
child 35 e3187d58ca5e
Revision: 201035 Kit: 201037
gst_plugins_good/group/gstqtmux.mmp
gst_plugins_good/group/gstwavenc.mmp
gst_plugins_good/gst/wavparse/gstwavparse.mmp
gstreamer_core/config.h
--- a/gst_plugins_good/group/gstqtmux.mmp	Thu Sep 02 20:43:20 2010 +0300
+++ b/gst_plugins_good/group/gstqtmux.mmp	Fri Sep 17 08:31:31 2010 +0300
@@ -66,7 +66,7 @@
 LIBRARY         libm.lib
 LIBRARY         libz.lib
 LIBRARY         libgstreamer.lib
-LIBRARY         LIBGSTRIFF.lib
+LIBRARY         libgstriff.lib
 LIBRARY         libgstbase.lib
 LIBRARY         libgstaudio.lib
 LIBRARY         libgstinterfaces.lib
--- a/gst_plugins_good/group/gstwavenc.mmp	Thu Sep 02 20:43:20 2010 +0300
+++ b/gst_plugins_good/group/gstwavenc.mmp	Fri Sep 17 08:31:31 2010 +0300
@@ -65,7 +65,7 @@
 LIBRARY         libm.lib
 LIBRARY         libz.lib
 LIBRARY         libgstreamer.lib
-LIBRARY         LIBGSTRIFF.lib
+LIBRARY         libgstriff.lib
 LIBRARY         libgstbase.lib
 LIBRARY         libgstaudio.lib
 LIBRARY         libgstinterfaces.lib
--- a/gst_plugins_good/gst/wavparse/gstwavparse.mmp	Thu Sep 02 20:43:20 2010 +0300
+++ b/gst_plugins_good/gst/wavparse/gstwavparse.mmp	Fri Sep 17 08:31:31 2010 +0300
@@ -76,7 +76,7 @@
 LIBRARY			libm.lib
 LIBRARY 		libz.lib
 LIBRARY			libgstreamer.lib
-LIBRARY			LIBGSTRIFF.lib
+LIBRARY			libgstriff.lib
 LIBRARY			libgstbase.lib
 LIBRARY			libgstaudio.lib
 LIBRARY			libgstinterfaces.lib
--- a/gstreamer_core/config.h	Thu Sep 02 20:43:20 2010 +0300
+++ b/gstreamer_core/config.h	Fri Sep 17 08:31:31 2010 +0300
@@ -248,7 +248,8 @@
 #define HAVE_SYS_TYPES_H 1
 
 /* Define to 1 if you have the <sys/utsname.h> header file. */
-#define HAVE_SYS_UTSNAME_H 1
+//[fix me ] undefining it , because of Uname its taking 3 mins for gst_init() 
+//#define HAVE_SYS_UTSNAME_H 1
 
 /* Define to 1 if you have the <ucontext.h> header file. */
 #define HAVE_UCONTEXT_H 1