mirror of
https://github.com/moonlight-stream/moonlight-qt
synced 2024-11-12 22:47:15 +00:00
Update Windows and Mac prebuilt libraries
SDL2 -> 1fa6142 FFmpeg -> 7.0 opus -> 1.5.1 dav1d -> 1.4.1
This commit is contained in:
parent
011feab6ce
commit
5e46c4ec2b
3 changed files with 7 additions and 2 deletions
|
@ -152,7 +152,7 @@ win32:!winrt {
|
|||
CONFIG += soundio discord-rpc
|
||||
}
|
||||
macx {
|
||||
LIBS += -lssl -lcrypto -lavcodec.60 -lavutil.58 -lopus -framework SDL2 -framework SDL2_ttf
|
||||
LIBS += -lssl -lcrypto -lavcodec.61 -lavutil.59 -lopus -framework SDL2 -framework SDL2_ttf
|
||||
LIBS += -lobjc -framework VideoToolbox -framework AVFoundation -framework CoreVideo -framework CoreGraphics -framework CoreMedia -framework AppKit -framework Metal -framework QuartzCore
|
||||
|
||||
# For libsoundio
|
||||
|
|
|
@ -21,6 +21,11 @@
|
|||
DEFINE_GUID(DXVADDI_Intel_ModeH264_E, 0x604F8E68,0x4951,0x4C54,0x88,0xFE,0xAB,0xD2,0x5C,0x15,0xB3,0xD6);
|
||||
DEFINE_GUID(DXVA2_ModeAV1_VLD_Profile0,0xb8be4ccb,0xcf53,0x46ba,0x8d,0x59,0xd6,0xb8,0xa6,0xda,0x5d,0x2a);
|
||||
|
||||
// This was incorrectly removed from public headers in FFmpeg 7.0
|
||||
#ifndef FF_DXVA2_WORKAROUND_INTEL_CLEARVIDEO
|
||||
#define FF_DXVA2_WORKAROUND_INTEL_CLEARVIDEO 2
|
||||
#endif
|
||||
|
||||
#define SAFE_COM_RELEASE(x) if (x) { (x)->Release(); }
|
||||
|
||||
typedef struct _VERTEX
|
||||
|
|
2
libs
2
libs
|
@ -1 +1 @@
|
|||
Subproject commit f292587e323adc815b2aea584d433e95a78cfeb3
|
||||
Subproject commit 5e1d46fdd8e0a697dafc197f9c8acb2c4632174d
|
Loading…
Reference in a new issue