added opus library

This commit is contained in:
Diego Waxemberg
2014-01-19 01:39:04 -05:00
parent 72ed023645
commit 1ef314d3bd
304 changed files with 5106 additions and 26 deletions
Binary file not shown.
+41
View File
@@ -0,0 +1,41 @@
# libopus.la - a libtool library file
# Generated by libtool (GNU libtool) 2.4.2
#
# Please DO NOT delete this file!
# It is necessary for linking the library.
# The name that we can dlopen(3).
dlname=''
# Names of this library.
library_names=''
# The name of the static archive.
old_library='libopus.a'
# Linker flags that can not go in dependency_libs.
inherited_linker_flags=' '
# Libraries that this one depends upon.
dependency_libs=' -L=/usr/lib'
# Names of additional weak libraries provided by this library
weak_library_names=''
# Version information for libopus.
current=4
age=4
revision=0
# Is this an already installed library?
installed=yes
# Should we warn about portability when linking against -modules?
shouldnotlink=no
# Files to dlopen/dlpreopen
dlopen=''
dlpreopen=''
# Directory that this library needs to be installed in:
libdir='/Users/diegowaxemberg/Downloads/opus-ios-build-master/opus-ios-build/dist-armv7s/lib'
@@ -0,0 +1,16 @@
# Opus codec reference implementation pkg-config file
prefix=/Users/diegowaxemberg/Downloads/opus-ios-build-master/opus-ios-build/dist-armv7s
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: Opus
Description: Opus IETF audio codec (floating-point build)
URL: http://opus-codec.org/
Version: unknown
Requires:
Conflicts:
Libs: -L${libdir} -lopus
Libs.private:
Cflags: -I${includedir}/opus