Add tvOS mpv libraries

This commit is contained in:
Arkadiusz Fal
2022-03-27 20:56:57 +02:00
parent cf20d3344a
commit 83db550c18
12 changed files with 113 additions and 9 deletions

5
tvOS/BridgingHeader.h Normal file
View File

@@ -0,0 +1,5 @@
#import <CoreFoundation/CoreFoundation.h>
#import "../Vendor/mpv/include/client.h"
#import "../Vendor/mpv/include/render.h"
#import "../Vendor/mpv/include/render_gl.h"
#import "../Vendor/mpv/include/stream_cb.h"