Skip to content

Commit

Permalink
libmythtv: Fix VideoToolbox framework name
Browse files Browse the repository at this point in the history
Closes #13609

(cherry picked from commit 00b8def)
  • Loading branch information
mark-kendall committed Apr 27, 2020
1 parent 3ccdb8c commit 723d46e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/libs/libmythtv/libmythtv.pro
Expand Up @@ -66,7 +66,7 @@ macx {
LIBS += -framework OpenGL
LIBS += -framework IOKit
LIBS += -framework CoreVideo
LIBS += -framework VideoToolBox
LIBS += -framework VideoToolbox
LIBS += -framework IOSurface
DEFINES += USING_VTB
HEADERS += decoders/mythvtbcontext.h
Expand Down

0 comments on commit 723d46e

Please sign in to comment.