summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/jabber/jingle/libjingle/talk/third_party/ortp/CMakeLists.txt
blob: 92a73a360dfc05a66367620ab4e7066604460353 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#################################################
#
#  (C) 2010-2011 Serghei Amelian
#  serghei (DOT) amelian (AT) gmail.com
#
#  Improvements and feedback are welcome
#
#  This file is released under GPL >= 2
#
#################################################

add_definitions(
  -D_ORTP_SOURCE
  -DG_LOG_DOMAIN="oRTP"
)

include_directories(
  ${CMAKE_CURRENT_SOURCE_DIR}
  ${CMAKE_BINARY_DIR}
  ${GLIB2_INCLUDE_DIRS}
)


##### ortp (static) #############################

tde_add_library( ortp STATIC_PIC
  SOURCES
    port_fct.c rtpmod.c rtpparse.c rtpsession.c jitterctl.c
    rtpsignaltable.c rtptimer.c posixtimer.c ortp.c scheduler.c
    avprofile.c sessionset.c telephonyevents.c payloadtype.c rtcp.c
    utils.c rtcpparse.c str_utils.c
)