18
|
1 |
/*
|
|
2 |
* Copyright © 2010 Nokia Corporation.
|
|
3 |
* This material, including documentation and any related
|
|
4 |
* computer progrs, is protected by copyright controlled by
|
|
5 |
* Nokia Corporation. All rights are reserved. Copying,
|
|
6 |
* including reproducing, storing, adapting or translating, any
|
|
7 |
* or all of this material requires the prior written consent of
|
|
8 |
* Nokia Corporation. This material also contains confidential
|
|
9 |
* information which may not be disclosed to others without the
|
|
10 |
* prior written consent of Nokia Corporation.
|
|
11 |
* ============================================================================
|
|
12 |
*/
|
|
13 |
|
|
14 |
#include <platform_paths.hrh>
|
|
15 |
|
|
16 |
TARGET libgstamrmux.dll
|
|
17 |
TARGETTYPE DLL
|
|
18 |
UID 0x2002C38F 0x2002C390
|
|
19 |
|
|
20 |
#ifdef EKA2
|
|
21 |
LANG SC
|
|
22 |
CAPABILITY All -Tcb
|
|
23 |
VENDORID VID_DEFAULT
|
|
24 |
|
|
25 |
#endif
|
|
26 |
|
|
27 |
#if !defined(__WINSCW__) && !defined(__WINS__)
|
|
28 |
EpocAllowDllData
|
|
29 |
#endif
|
|
30 |
|
|
31 |
MACRO HAVE_CONFIG_H
|
|
32 |
|
|
33 |
|
|
34 |
USERINCLUDE ..
|
|
35 |
|
|
36 |
|
|
37 |
MW_LAYER_SYSTEMINCLUDE
|
|
38 |
OS_LAYER_LIBC_SYSTEMINCLUDE
|
|
39 |
OS_LAYER_GLIB_SYSTEMINCLUDE
|
|
40 |
|
|
41 |
|
|
42 |
USERINCLUDE ../../include/gstreamer
|
|
43 |
USERINCLUDE ../../include/gstreamer/gst
|
|
44 |
USERINCLUDE ../../include/gstreamer/gst/base
|
|
45 |
USERINCLUDE ../../include/gstreamer/gst/controller
|
|
46 |
USERINCLUDE ../../include/gstreamer/gst/dataprotocol
|
|
47 |
USERINCLUDE ../../include/gstreamer/gst/net
|
|
48 |
|
|
49 |
|
|
50 |
|
|
51 |
SOURCEPATH ../gst/amrmux
|
|
52 |
SOURCE gstamrmux.c
|
|
53 |
|
|
54 |
|
|
55 |
LIBRARY libc.lib
|
|
56 |
LIBRARY libglib.lib
|
|
57 |
LIBRARY libgmodule.lib
|
|
58 |
LIBRARY libgobject.lib
|
|
59 |
LIBRARY libgstreamer.lib
|
|
60 |
|