~ubuntu-branches/ubuntu/trusty/sflphone/trusty

« back to all changes in this revision

Viewing changes to daemon/libs/pjproject-2.1.0/build.symbian/symsndtest.mmp

  • Committer: Package Import Robot
  • Author(s): Mark Purcell
  • Date: 2014-01-28 18:23:36 UTC
  • mfrom: (4.3.4 sid)
  • Revision ID: package-import@ubuntu.com-20140128182336-jrsv0k9u6cawc068
Tags: 1.3.0-1
* New upstream release 
  - Fixes "New Upstream Release" (Closes: #735846)
  - Fixes "Ringtone does not stop" (Closes: #727164)
  - Fixes "[sflphone-kde] crash on startup" (Closes: #718178)
  - Fixes "sflphone GUI crashes when call is hung up" (Closes: #736583)
* Build-Depends: ensure GnuTLS 2.6
  - libucommon-dev (>= 6.0.7-1.1), libccrtp-dev (>= 2.0.6-3)
  - Fixes "FTBFS Build-Depends libgnutls{26,28}-dev" (Closes: #722040)
* Fix "boost 1.49 is going away" unversioned Build-Depends: (Closes: #736746)
* Add Build-Depends: libsndfile-dev, nepomuk-core-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#define SND_USE_APS     0
 
2
#define SND_USE_VAS     0
 
3
 
 
4
TARGET                  symsndtest.exe
 
5
TARGETTYPE              exe
 
6
UID                     0x0 0xA000000E
 
7
 
 
8
OPTION                  ARMCC --gnu
 
9
 
 
10
SOURCEPATH              ..\pjsip-apps\src\symsndtest
 
11
 
 
12
MACRO                   PJ_M_I386=1
 
13
MACRO                   PJ_SYMBIAN=1
 
14
 
 
15
// Test files
 
16
 
 
17
SOURCE                  app_main.cpp
 
18
SOURCE                  main_symbian.cpp
 
19
 
 
20
START RESOURCE          symsndtest_reg.rss
 
21
        TARGETPATH      \private\10003a3f\apps
 
22
END
 
23
 
 
24
SYSTEMINCLUDE           ..\pjlib\include
 
25
SYSTEMINCLUDE           ..\pjmedia\include
 
26
 
 
27
SYSTEMINCLUDE           \epoc32\include
 
28
SYSTEMINCLUDE           \epoc32\include\libc
 
29
 
 
30
LIBRARY                 charconv.lib euser.lib estlib.lib
 
31
LIBRARY                 esock.lib insock.lib
 
32
STATICLIBRARY           pjmedia_audiodev.lib
 
33
STATICLIBRARY           pjmedia.lib
 
34
STATICLIBRARY           pjlib.lib 
 
35
STATICLIBRARY           libresample.lib
 
36
 
 
37
#if SND_USE_APS
 
38
        LIBRARY         APSSession2.lib
 
39
        CAPABILITY      NetworkServices LocalServices ReadUserData WriteUserData UserEnvironment MultimediaDD
 
40
#elif SND_USE_VAS
 
41
        LIBRARY         VoIPAudioIntfc.lib
 
42
        CAPABILITY      NetworkServices LocalServices ReadUserData WriteUserData UserEnvironment MultimediaDD
 
43
#else
 
44
        LIBRARY         mediaclientaudiostream.lib
 
45
        LIBRARY         mediaclientaudioinputstream.lib
 
46
        CAPABILITY      NetworkServices LocalServices ReadUserData WriteUserData UserEnvironment
 
47
#endif
 
48
 
 
49
#ifdef WINSCW
 
50
        STATICLIBRARY   eexe.lib ecrt0.lib
 
51
#endif