gst_plugins_good/group/gstqtmux.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 #include <platform_paths.hrh>                                                            
       
    25 
       
    26 TARGET          gstqtmux.dll
       
    27 TARGETTYPE      DLL
       
    28 UID             0x20004c45 0x0EF80A1C
       
    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/qtmux
       
    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/qtmux
       
    69 SOURCE atoms.c descriptors.c gstqtmux.c gstqtmuxmap.c properties.c
       
    70  
       
    71 LIBRARY         euser.lib
       
    72 LIBRARY         libc.lib
       
    73 LIBRARY         libpthread.lib
       
    74 LIBRARY         libdl.lib
       
    75 LIBRARY         libglib.lib
       
    76 LIBRARY         libgmodule.lib
       
    77 
       
    78 LIBRARY         libgobject.lib
       
    79 LIBRARY         libgthread.lib
       
    80 LIBRARY         libm.lib
       
    81 LIBRARY         libz.lib
       
    82 LIBRARY         libgstreamer.lib
       
    83 LIBRARY         LIBGSTRIFF.lib
       
    84 LIBRARY         libgstbase.lib
       
    85 LIBRARY         libgstaudio.lib
       
    86 LIBRARY         libgstinterfaces.lib
       
    87 
       
    88 #ifdef WINSCW
       
    89 LIBRARY		ewsd.lib //wsd solution
       
    90 #endif
       
    91 
       
    92 
       
    93 
       
    94 SMPSAFE