Blame view

buildroot/buildroot-2016.08.1/package/ortp/ortp.mk 421 Bytes
6b13f685e   김민수   BSP 최초 추가
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
  ################################################################################
  #
  # ortp
  #
  ################################################################################
  
  ORTP_VERSION = 0.25.0
  ORTP_SITE = http://download.savannah.nongnu.org/releases/linphone/ortp/sources
  
  ORTP_CONF_OPTS = --disable-strict
  ORTP_INSTALL_STAGING = YES
  ORTP_LICENSE = LGPLv2.1+
  ORTP_LICENSE_FILES = COPYING
  
  $(eval $(autotools-package))