mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-18 06:30:55 +00:00
added opus library
This commit is contained in:
Binary file not shown.
+41
@@ -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-armv7/lib'
|
||||
@@ -0,0 +1,16 @@
|
||||
# Opus codec reference implementation pkg-config file
|
||||
|
||||
prefix=/Users/diegowaxemberg/Downloads/opus-ios-build-master/opus-ios-build/dist-armv7
|
||||
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
|
||||
Reference in New Issue
Block a user