mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-17 14:11:33 +00:00
added video rendering libraries and renderer code. still not functioning
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
prefix=/Users/diegowaxemberg/Downloads/build-ffmpeg/build/built/i386
|
||||
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}
|
||||
Reference in New Issue
Block a user