gst_plugins_good/group/gstqtdemux.mmp
changeset 8 4a7fac7dd34a
child 11 1373546e05c6
equal deleted inserted replaced
7:71e347f905f2 8:4a7fac7dd34a
       
     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 
       
    25 #include <platform_paths.hrh>                                                            
       
    26 
       
    27 TARGET          libgstqtdemux.dll
       
    28 TARGETTYPE      DLL
       
    29 UID             0x20004c49 0x0DE80E1F
       
    30 
       
    31 #ifdef EKA2
       
    32 LANG            SC
       
    33 CAPABILITY All -Tcb
       
    34 VENDORID        VID_DEFAULT
       
    35 #endif
       
    36 
       
    37 #if !defined(__WINSCW__) && !defined(__WINS__)
       
    38 EpocAllowDllData
       
    39 #endif
       
    40 
       
    41 MACRO           SYMBIAN
       
    42 MACRO           HAVE_CONFIG_H
       
    43 MACRO           __SYMBIAN32__
       
    44 
       
    45 USERINCLUDE     ..
       
    46 USERINCLUDE     ../gst/qtdemux
       
    47 USERINCLUDE     ../gst-libs
       
    48 USERINCLUDE     ../gst-libs/gst
       
    49 
       
    50 
       
    51 MW_LAYER_SYSTEMINCLUDE
       
    52 OS_LAYER_LIBC_SYSTEMINCLUDE
       
    53 OS_LAYER_GLIB_SYSTEMINCLUDE
       
    54 USERINCLUDE		../../include/gstreamer
       
    55 USERINCLUDE		../../include/gstreamer/gst
       
    56 USERINCLUDE		../../include/gstreamer/gst/base
       
    57 USERINCLUDE		../../include/gstreamer/gst/controller
       
    58 USERINCLUDE		../../include/gstreamer/gst/dataprotocol
       
    59 USERINCLUDE		../../include/gstreamer/gst/net
       
    60 USERINCLUDE		../../include/gstreamer/gst/audio
       
    61 USERINCLUDE		../../include/gstreamer/gst/cdda
       
    62 USERINCLUDE		../../include/gstreamer/gst/floatcast
       
    63 USERINCLUDE		../../include/gstreamer/gst/interfaces
       
    64 USERINCLUDE		../../include/gstreamer/gst/netbuffer
       
    65 USERINCLUDE		../../include/gstreamer/gst/riff
       
    66 USERINCLUDE		../../include/gstreamer/gst/rtp
       
    67 USERINCLUDE		../../include/gstreamer/gst/tag
       
    68 USERINCLUDE		../../include/gstreamer/gst/video
       
    69 
       
    70 SOURCEPATH      ../gst/qtdemux
       
    71 SOURCE          quicktime.c gstrtpxqtdepay.c qtdemux.c qtdemux_types.c qtdemux_dump.c
       
    72 
       
    73 
       
    74 LIBRARY         libc.lib
       
    75 LIBRARY         libglib.lib
       
    76 LIBRARY         libgobject.lib
       
    77 LIBRARY         libgstreamer.lib
       
    78 LIBRARY         libgstbase.lib
       
    79 LIBRARY			libgstcontroller.lib
       
    80 LIBRARY			libgstaudio.lib
       
    81 LIBRARY         libm.lib libgstrtp.lib libgsttag.lib
       
    82