<div dir="ltr"><pre style="white-space:pre-wrap;color:rgb(0,0,0)"><span style="font-family:arial">Resending the email with correct subject.</span></pre><pre style="white-space:pre-wrap;color:rgb(0,0,0)">Here is a suggestion of a patch to allow .mm files to be compiled with the
MobileVLCKit in iOS.
Thanks
diff --git a/Headers/Public/VLCMediaListPlayer.h
b/Headers/Public/VLCMediaListPlayer.h
index 55faf6f..0170937 100644
--- a/Headers/Public/VLCMediaListPlayer.h
+++ b/Headers/Public/VLCMediaListPlayer.h
@@ -30,12 +30,11 @@
* VLCRepeatMode
* (don't repeat anything, repeat one, repeat all)
*/
-enum VLCRepeatMode {
+typedef NS_ENUM(NSInteger, VLCRepeatMode) {
VLCDoNotRepeat,
VLCRepeatCurrentItem,
VLCRepeatAllItems
};
-typedef NSInteger VLCRepeatMode;
@interface VLCMediaListPlayer : NSObject {
void *instance;</pre></div>