File: module.mk

package info (click to toggle)
baresip 1.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,328 kB
  • sloc: ansic: 53,606; cpp: 2,268; makefile: 332; objc: 320; python: 259; sh: 40; xml: 19
file content (14 lines) | stat: -rw-r--r-- 236 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
# module.mk
#
# Copyright (C) 2016 Symonics GmbH
#

MOD		:= mpa
$(MOD)_SRCS	+= mpa.c
$(MOD)_SRCS	+= decode.c
$(MOD)_SRCS	+= sdp.c
$(MOD)_SRCS	+= encode.c
$(MOD)_LFLAGS	+= -ltwolame -lmp3lame -lmpg123 -lspeexdsp -lm

include mk/mod.mk