mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-17 14:11:33 +00:00
added opus library
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,14 @@
|
||||
prefix=/Users/diegowaxemberg/Downloads/build-ffmpeg/build/built/armv7
|
||||
exec_prefix=${prefix}
|
||||
libdir=${prefix}/lib
|
||||
includedir=${prefix}/include
|
||||
|
||||
Name: libavcodec
|
||||
Description: FFmpeg codec library
|
||||
Version: 55.39.101
|
||||
Requires: libavutil = 52.48.101
|
||||
Requires.private:
|
||||
Conflicts:
|
||||
Libs: -L${libdir} -lavcodec -lm -lz
|
||||
Libs.private:
|
||||
Cflags: -I${includedir}
|
||||
@@ -0,0 +1,14 @@
|
||||
prefix=/Users/diegowaxemberg/Downloads/build-ffmpeg/build/built/armv7
|
||||
exec_prefix=${prefix}
|
||||
libdir=${prefix}/lib
|
||||
includedir=${prefix}/include
|
||||
|
||||
Name: libavdevice
|
||||
Description: FFmpeg device handling library
|
||||
Version: 55.5.100
|
||||
Requires: libavfilter = 3.90.100, libavformat = 55.19.104
|
||||
Requires.private:
|
||||
Conflicts:
|
||||
Libs: -L${libdir} -lavdevice -lm -lz
|
||||
Libs.private:
|
||||
Cflags: -I${includedir}
|
||||
@@ -0,0 +1,14 @@
|
||||
prefix=/Users/diegowaxemberg/Downloads/build-ffmpeg/build/built/armv7
|
||||
exec_prefix=${prefix}
|
||||
libdir=${prefix}/lib
|
||||
includedir=${prefix}/include
|
||||
|
||||
Name: libavfilter
|
||||
Description: FFmpeg audio/video filtering library
|
||||
Version: 3.90.100
|
||||
Requires: libswresample = 0.17.104, libswscale = 2.5.101, libavresample = 1.1.0, libavformat = 55.19.104, libavcodec = 55.39.101, libavutil = 52.48.101
|
||||
Requires.private:
|
||||
Conflicts:
|
||||
Libs: -L${libdir} -lavfilter -lm -lz
|
||||
Libs.private:
|
||||
Cflags: -I${includedir}
|
||||
@@ -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}
|
||||
@@ -0,0 +1,14 @@
|
||||
prefix=/Users/diegowaxemberg/Downloads/build-ffmpeg/build/built/armv7
|
||||
exec_prefix=${prefix}
|
||||
libdir=${prefix}/lib
|
||||
includedir=${prefix}/include
|
||||
|
||||
Name: libavresample
|
||||
Description: Libav audio resampling library
|
||||
Version: 1.1.0
|
||||
Requires: libavutil = 52.48.101
|
||||
Requires.private:
|
||||
Conflicts:
|
||||
Libs: -L${libdir} -lavresample -lm -lz
|
||||
Libs.private:
|
||||
Cflags: -I${includedir}
|
||||
@@ -0,0 +1,14 @@
|
||||
prefix=/Users/diegowaxemberg/Downloads/build-ffmpeg/build/built/armv7
|
||||
exec_prefix=${prefix}
|
||||
libdir=${prefix}/lib
|
||||
includedir=${prefix}/include
|
||||
|
||||
Name: libavutil
|
||||
Description: FFmpeg utility library
|
||||
Version: 52.48.101
|
||||
Requires:
|
||||
Requires.private:
|
||||
Conflicts:
|
||||
Libs: -L${libdir} -lavutil -lm
|
||||
Libs.private:
|
||||
Cflags: -I${includedir}
|
||||
@@ -0,0 +1,14 @@
|
||||
prefix=/Users/diegowaxemberg/Downloads/build-ffmpeg/build/built/armv7
|
||||
exec_prefix=${prefix}
|
||||
libdir=${prefix}/lib
|
||||
includedir=${prefix}/include
|
||||
|
||||
Name: libswresample
|
||||
Description: FFmpeg audio resampling library
|
||||
Version: 0.17.104
|
||||
Requires: libavutil = 52.48.101
|
||||
Requires.private:
|
||||
Conflicts:
|
||||
Libs: -L${libdir} -lswresample -lm
|
||||
Libs.private:
|
||||
Cflags: -I${includedir}
|
||||
@@ -0,0 +1,14 @@
|
||||
prefix=/Users/diegowaxemberg/Downloads/build-ffmpeg/build/built/armv7
|
||||
exec_prefix=${prefix}
|
||||
libdir=${prefix}/lib
|
||||
includedir=${prefix}/include
|
||||
|
||||
Name: libswscale
|
||||
Description: FFmpeg image rescaling library
|
||||
Version: 2.5.101
|
||||
Requires: libavutil = 52.48.101
|
||||
Requires.private:
|
||||
Conflicts:
|
||||
Libs: -L${libdir} -lswscale -lm
|
||||
Libs.private:
|
||||
Cflags: -I${includedir}
|
||||
Reference in New Issue
Block a user