mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-07-23 18:17:32 +00:00
14 lines
361 B
PkgConfig
14 lines
361 B
PkgConfig
# pkg-config file from libvpx v1.8.0
|
|
prefix=/Users/andy/go/src/github.com/webmproject/jni/vpx-android/output/android/x86
|
|
exec_prefix=${prefix}
|
|
libdir=${prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: vpx
|
|
Description: WebM Project VPx codec implementation
|
|
Version: 1.8.0
|
|
Requires:
|
|
Conflicts:
|
|
Libs: -L${libdir} -lvpx -lm
|
|
Libs.private: -lm
|
|
Cflags: -I${includedir}
|