gst_plugins_good/group/gstwavenc.mmp
changeset 2 5505e8908944
child 11 1373546e05c6
equal deleted inserted replaced
1:4c282e7dd6d3 2:5505e8908944
       
     1 // Gstreamer.MMP
       
     2 /*
       
     3 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.
       
     4 *
       
     5 * This library is free software; you can redistribute it and/or
       
     6 * modify it under the terms of the GNU Lesser General Public
       
     7 * License as published by the Free Software Foundation; either
       
     8 * version 2 of the License, or (at your option) any later version.
       
     9 *
       
    10 * This library is distributed in the hope that it will be useful,
       
    11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
       
    12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
       
    13 * Lesser General Public License for more details.
       
    14 *
       
    15 * You should have received a copy of the GNU Lesser General Public
       
    16 * License along with this library; if not, write to the
       
    17 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
       
    18 * Boston, MA 02111-1307, USA.
       
    19 *
       
    20 * Description:
       
    21 *
       
    22 */
       
    23 
       
    24 #include <platform_paths.hrh>                                                            
       
    25 
       
    26 TARGET          libgstwavenc.dll
       
    27 TARGETTYPE      DLL
       
    28 UID             0x1000008d 0x2002B3F8
       
    29 
       
    30 #ifdef EKA2
       
    31 LANG            SC
       
    32 CAPABILITY All -Tcb
       
    33 VENDORID        VID_DEFAULT
       
    34 #endif
       
    35 
       
    36 #if !defined(__WINSCW__) && !defined(__WINS__)
       
    37 EpocAllowDllData
       
    38 #endif
       
    39 
       
    40 MACRO           HAVE_CONFIG_H
       
    41 
       
    42 
       
    43 USERINCLUDE     ..
       
    44 USERINCLUDE     ../gst/wavparse
       
    45 USERINCLUDE     ../gst-libs
       
    46 USERINCLUDE     ../gst-libs/gst
       
    47 
       
    48 
       
    49 MW_LAYER_SYSTEMINCLUDE
       
    50 OS_LAYER_LIBC_SYSTEMINCLUDE
       
    51 OS_LAYER_GLIB_SYSTEMINCLUDE
       
    52 USERINCLUDE		../../include/gstreamer
       
    53 USERINCLUDE		../../include/gstreamer/gst
       
    54 USERINCLUDE		../../include/gstreamer/gst/base
       
    55 USERINCLUDE		../../include/gstreamer/gst/controller
       
    56 USERINCLUDE		../../include/gstreamer/gst/dataprotocol
       
    57 USERINCLUDE		../../include/gstreamer/gst/net
       
    58 USERINCLUDE		../../include/gstreamer/gst/audio
       
    59 USERINCLUDE		../../include/gstreamer/gst/cdda
       
    60 USERINCLUDE		../../include/gstreamer/gst/floatcast
       
    61 USERINCLUDE		../../include/gstreamer/gst/interfaces
       
    62 USERINCLUDE		../../include/gstreamer/gst/netbuffer
       
    63 USERINCLUDE		../../include/gstreamer/gst/riff
       
    64 USERINCLUDE		../../include/gstreamer/gst/rtp
       
    65 USERINCLUDE		../../include/gstreamer/gst/tag
       
    66 USERINCLUDE		../../include/gstreamer/gst/video
       
    67 
       
    68 SOURCEPATH  ../gst/wavenc
       
    69 SOURCE      gstwavenc.c
       
    70 LIBRARY         euser.lib
       
    71 LIBRARY         libc.lib
       
    72 LIBRARY         libpthread.lib
       
    73 LIBRARY         libdl.lib
       
    74 LIBRARY         libglib.lib
       
    75 LIBRARY         libgmodule.lib
       
    76 
       
    77 LIBRARY         libgobject.lib
       
    78 LIBRARY         libgthread.lib
       
    79 LIBRARY         libm.lib
       
    80 LIBRARY         libz.lib
       
    81 LIBRARY         libgstreamer.lib
       
    82 LIBRARY         LIBGSTRIFF.lib
       
    83 LIBRARY         libgstbase.lib
       
    84 LIBRARY         libgstaudio.lib
       
    85 LIBRARY         libgstinterfaces.lib
       
    86 
       
    87 #ifdef WINSCW
       
    88 LIBRARY		ewsd.lib //wsd solution
       
    89 #endif
       
    90 
       
    91 
       
    92 
       
    93 SMPSAFE