gst_plugins_good/group/gstavi.mmp
changeset 26 69c7080681bf
parent 24 bc39b352897e
child 28 4ed5253bb6ba
equal deleted inserted replaced
24:bc39b352897e 26:69c7080681bf
     1 /*
       
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.
       
     3 *
       
     4 * This library is free software; you can redistribute it and/or
       
     5 * modify it under the terms of the GNU Lesser General Public
       
     6 * License as published by the Free Software Foundation; either
       
     7 * version 2 of the License, or (at your option) any later version.
       
     8 *
       
     9 * This library is distributed in the hope that it will be useful,
       
    10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
       
    11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
       
    12 * Lesser General Public License for more details.
       
    13 *
       
    14 * You should have received a copy of the GNU Lesser General Public
       
    15 * License along with this library; if not, write to the
       
    16 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
       
    17 * Boston, MA 02111-1307, USA.
       
    18 *
       
    19 * Description:
       
    20 *
       
    21 */
       
    22 
       
    23 #include <platform_paths.hrh>                                                            
       
    24 
       
    25 TARGET          libgstavi.dll
       
    26 TARGETTYPE      DLL
       
    27 UID             0x20004c46 0x0DE80A1C
       
    28 
       
    29 #ifdef EKA2
       
    30 LANG            SC
       
    31 CAPABILITY All -Tcb
       
    32 VENDORID        VID_DEFAULT
       
    33 #endif
       
    34 
       
    35 #if !defined(__WINSCW__) && !defined(__WINS__)
       
    36 EpocAllowDllData
       
    37 #endif
       
    38 
       
    39 MACRO           SYMBIAN
       
    40 MACRO           HAVE_CONFIG_H
       
    41 MACRO           __SYMBIAN32__
       
    42 
       
    43 USERINCLUDE     ../../..
       
    44 USERINCLUDE     ..
       
    45 USERINCLUDE     ../gst/avi
       
    46 USERINCLUDE     ../gst-libs
       
    47 USERINCLUDE     ../gst-libs/gst
       
    48 
       
    49 
       
    50 MW_LAYER_SYSTEMINCLUDE
       
    51 OS_LAYER_LIBC_SYSTEMINCLUDE
       
    52 OS_LAYER_GLIB_SYSTEMINCLUDE
       
    53 MW_LAYER_GSTREAMER_SYSTEMINCLUDE
       
    54 
       
    55 SOURCEPATH      ../gst/avi
       
    56 SOURCE gstavi.c gstavimux.c gstavidemux.c gstavisubtitle.c
       
    57 
       
    58 LIBRARY         libc.lib
       
    59 LIBRARY         libglib.lib
       
    60 LIBRARY         libgobject.lib
       
    61 LIBRARY         libgstreamer.lib
       
    62 LIBRARY         libgstbase.lib
       
    63 LIBRARY         libgstriff.lib
       
    64