mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2026-06-14 04:31:16 +00:00
added opus library
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
prefix=/Users/diegowaxemberg/Downloads/build-ffmpeg/build/built/armv7
|
||||
exec_prefix=${prefix}
|
||||
libdir=${prefix}/lib
|
||||
includedir=${prefix}/include
|
||||
|
||||
Name: libavformat
|
||||
Description: FFmpeg container format library
|
||||
Version: 55.19.104
|
||||
Requires: libavcodec = 55.39.101
|
||||
Requires.private:
|
||||
Conflicts:
|
||||
Libs: -L${libdir} -lavformat -lm -lz
|
||||
Libs.private:
|
||||
Cflags: -I${includedir}
|
||||
Reference in New Issue
Block a user