Add compatibility checks for HEVC Main10 in VT backend

This commit is contained in:
Cameron Gutman 2019-11-05 18:36:43 -08:00
commit c20daa8867
2 changed files with 48 additions and 1 deletions

View file

@ -114,7 +114,7 @@ win32:!winrt {
}
macx {
LIBS += -lssl -lcrypto -lavcodec.58 -lavutil.56 -lopus -framework SDL2 -framework SDL2_ttf
LIBS += -lobjc -framework VideoToolbox -framework AVFoundation -framework CoreVideo -framework CoreGraphics -framework CoreMedia -framework AppKit
LIBS += -lobjc -framework VideoToolbox -framework AVFoundation -framework CoreVideo -framework CoreGraphics -framework CoreMedia -framework AppKit -framework Metal
# For libsoundio
LIBS += -framework CoreAudio -framework AudioUnit