forked from Mirrors/freeswitch
Missed a file in the previous update
This commit is contained in:
parent
5d5485708d
commit
93630948e4
|
@ -0,0 +1,11 @@
|
|||
prefix=@prefix@
|
||||
exec_prefix=@exec_prefix@
|
||||
libdir=@libdir@
|
||||
includedir=@includedir@
|
||||
|
||||
Name: spandsp
|
||||
Description: A library for the ITU G.722.1 and G.722.1C audio codecs.
|
||||
Requires:
|
||||
Version: @VERSION@
|
||||
Libs: -L${libdir} -lg722_1 -lm
|
||||
Cflags: -I${includedir}
|
Loading…
Reference in New Issue