gstreamer_core/group/gstreamer.mmp
changeset 16 8e837d1bf446
parent 2 5505e8908944
child 11 1373546e05c6
equal deleted inserted replaced
15:4b0c6ed43234 16:8e837d1bf446
    35 #endif
    35 #endif
    36 #if !defined(__WINSCW__) && !defined(__WINS__)
    36 #if !defined(__WINSCW__) && !defined(__WINS__)
    37 EpocAllowDllData
    37 EpocAllowDllData
    38 #endif
    38 #endif
    39 
    39 
    40 
       
    41 MACRO			HAVE_CONFIG_H
    40 MACRO			HAVE_CONFIG_H
    42 
    41 
    43 //MACRO			GST_TESTCASE_COMPILATION
    42 //MACRO			GST_TESTCASE_COMPILATION
    44 
    43 
    45 //MACRO		HAVE_LIBXML2
    44 //MACRO		HAVE_LIBXML2
    56 USERINCLUDE		../../include/gstreamer/gst/base
    55 USERINCLUDE		../../include/gstreamer/gst/base
    57 USERINCLUDE		../../include/gstreamer/gst/controller
    56 USERINCLUDE		../../include/gstreamer/gst/controller
    58 USERINCLUDE		../../include/gstreamer/gst/dataprotocol
    57 USERINCLUDE		../../include/gstreamer/gst/dataprotocol
    59 USERINCLUDE		../../include/gstreamer/gst/net
    58 USERINCLUDE		../../include/gstreamer/gst/net
    60 
    59 
       
    60 USERINCLUDE		../gst
       
    61 
    61 
    62 
    62 USERINCLUDE			../libs/gst/check
    63 USERINCLUDE			../libs/gst/check
    63 
    64 
    64 //#ifdef GST_TESTCASE_COMPILATION
    65 //#ifdef GST_TESTCASE_COMPILATION
    65 SYSTEMINCLUDE		../libs
    66 SYSTEMINCLUDE		../libs
    66 
    67 
    67 //#endif	/* GST_TESTCASE_COMPILATION */
    68 //#endif	/* GST_TESTCASE_COMPILATION */
    68 
       
    69 
    69 
    70 SOURCEPATH      ../gst
    70 SOURCEPATH      ../gst
    71 SOURCE          gstbin.c
    71 SOURCE          gstbin.c
    72 SOURCE          gstbuffer.c
    72 SOURCE          gstbuffer.c
    73 SOURCE          gstbus.c
    73 SOURCE          gstbus.c
   110 SOURCE          gsttypefind.c
   110 SOURCE          gsttypefind.c
   111 SOURCE          gsttypefindfactory.c
   111 SOURCE          gsttypefindfactory.c
   112 SOURCE          gsturi.c
   112 SOURCE          gsturi.c
   113 SOURCE          gstutils.c
   113 SOURCE          gstutils.c
   114 SOURCE          gstvalue.c
   114 SOURCE          gstvalue.c
       
   115 SOURCE          gstpreset.c
       
   116 SOURCE          gstbufferlist.c
       
   117 SOURCE          gsttaskpool.c
       
   118 SOURCE          helpfile.cpp
   115 
   119 
   116 #ifdef HAVE_LIBXML2
   120 #ifdef HAVE_LIBXML2
   117 SOURCE          gstxml.c
   121 SOURCE          gstxml.c
   118 SOURCE          gstregistryxml.c
   122 SOURCE          gstregistryxml.c
   119 #else
   123 #else
   122 
   126 
   123 SOURCE          gstquark.c
   127 SOURCE          gstquark.c
   124 SOURCE          gstparamspecs.c
   128 SOURCE          gstparamspecs.c
   125 SOURCE          gstdebugutils.c
   129 SOURCE          gstdebugutils.c
   126 SOURCE          gstpoll.c
   130 SOURCE          gstpoll.c
   127 SOURCE          helpfile.cpp
       
   128 
   131 
   129 #ifdef WINSCW
   132 #ifdef WINSCW
   130 SOURCE          libgstreamer_wsd.cpp
   133 SOURCE          libgstreamer_wsd.cpp
   131 #endif /*WINSCW*/
   134 #endif /*WINSCW*/
   132 
   135 
   136 SOURCE          gstbufferstraw.c
   139 SOURCE          gstbufferstraw.c
   137 SOURCE          check.c
   140 SOURCE          check.c
   138 //#endif	/* GST_TESTCASE_COMPILATION */
   141 //#endif	/* GST_TESTCASE_COMPILATION */
   139 
   142 
   140 
   143 
   141 SOURCEPATH ../gst/parse
       
   142 SOURCE grammar.tab.pre.c lex._gst_parse_yy.pre.c
       
   143 
   144 
   144 //SOURCEPATH	../gst/parse
   145 SOURCEPATH	../gst/parse
   145 //SOURCE		grammar.tab.c
   146 SOURCE		grammar.tab.c
   146 //SOURCE		lex._gst_parse_yy.c
   147 SOURCE		lex._gst_parse_yy.c
   147 
   148 
   148 LIBRARY			euser.lib
   149 LIBRARY			euser.lib
   149 LIBRARY 		libc.lib
   150 LIBRARY 		libc.lib
   150 LIBRARY 		libpthread.lib
   151 LIBRARY 		libpthread.lib
   151 LIBRARY			libdl.lib
   152 LIBRARY			libdl.lib
   152 LIBRARY			libglib.lib
   153 LIBRARY			libglib.lib
   153 LIBRARY			libgmodule.lib
   154 LIBRARY			libgmodule.lib
   154 LIBRARY			libgobject.lib
   155 LIBRARY			libgobject.lib
   155 LIBRARY			libgthread.lib
   156 LIBRARY			libgthread.lib
   156 LIBRARY			libm.lib
   157 LIBRARY			libm.lib
   157 LIBRARY 		libz.lib  
   158 LIBRARY 		libz.lib
   158 LIBRARY         efsrv.lib 
   159 LIBRARY         efsrv.lib 
   159 
   160 
   160 #ifdef WINSCW
   161 #ifdef WINSCW
   161 LIBRARY         ewsd.lib //wsd solution
   162 LIBRARY         ewsd.lib //wsd solution
   162 #endif
   163 #endif