diff --git a/macOS/VideoLayer.swift b/macOS/VideoLayer.swift index 12b00b7b..2fc6576b 100644 --- a/macOS/VideoLayer.swift +++ b/macOS/VideoLayer.swift @@ -1,7 +1,7 @@ import Cocoa +import Libmpv import OpenGL.GL import OpenGL.GL3 -import Libmpv final class VideoLayer: CAOpenGLLayer { var client: MPVClient!