gst_nokia_speech/group/gstaacenc.mmp
changeset 16 8e837d1bf446
equal deleted inserted replaced
15:4b0c6ed43234 16:8e837d1bf446
       
     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          libgstnokiaaacenc.dll
       
    27 TARGETTYPE      DLL
       
    28 UID             0x20004c45 0x0FE80A1C
       
    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 //RAW_FRAME_SIZE
       
    41 
       
    42 
       
    43 USERINCLUDE     ..
       
    44 
       
    45 MW_LAYER_SYSTEMINCLUDE
       
    46 OS_LAYER_LIBC_SYSTEMINCLUDE
       
    47 OS_LAYER_GLIB_SYSTEMINCLUDE
       
    48 
       
    49 USERINCLUDE		../../include/gstreamer
       
    50 USERINCLUDE		../../include/gstreamer/gst
       
    51 USERINCLUDE		../../include/gstreamer/gst/base
       
    52 USERINCLUDE		../../include/gstreamer/gst/controller
       
    53 USERINCLUDE		../../include/gstreamer/gst/dataprotocol
       
    54 USERINCLUDE		../../include/gstreamer/gst/net
       
    55 USERINCLUDE		../../include/gstreamer/gst/audio
       
    56 USERINCLUDE		../../include/gstreamer/gst/cdda
       
    57 USERINCLUDE		../../include/gstreamer/gst/floatcast
       
    58 USERINCLUDE		../../include/gstreamer/gst/interfaces
       
    59 USERINCLUDE		../../include/gstreamer/gst/netbuffer
       
    60 USERINCLUDE		../../include/gstreamer/gst/riff
       
    61 USERINCLUDE		../../include/gstreamer/gst/rtp
       
    62 USERINCLUDE		../../include/gstreamer/gst/tag
       
    63 USERINCLUDE		../../include/gstreamer/gst/video
       
    64 SYSTEMINCLUDE /epoc32/include/internal
       
    65 SOURCEPATH  ..
       
    66 SOURCE      gstaacenc.c gstframedaudioenc.c
       
    67 LIBRARY         euser.lib
       
    68 LIBRARY         libc.lib
       
    69 LIBRARY         libdl.lib
       
    70 LIBRARY         libglib.lib
       
    71 LIBRARY         libgmodule.lib
       
    72 
       
    73 LIBRARY         libgobject.lib
       
    74 LIBRARY         libgthread.lib
       
    75 LIBRARY         libm.lib
       
    76 LIBRARY         libz.lib
       
    77 LIBRARY         libgstreamer.lib
       
    78 LIBRARY         enhaacplusencoder.lib
       
    79 LIBRARY         libgstbase.lib
       
    80 
       
    81 #ifdef WINSCW
       
    82 LIBRARY		ewsd.lib //wsd solution
       
    83 #endif
       
    84 
       
    85 
       
    86 
       
    87 SMPSAFE