<div dir="ltr">Here is a suggestion of a patch to allow .mm files to be compiled with the MobileVLCKit in iOS.<br><br>Thanks<br><br><font face="courier new, monospace">diff --git a/Headers/Public/VLCMediaListPlayer.h b/Headers/Public/VLCMediaListPlayer.h<br>
index 55faf6f..0170937 100644<br>--- a/Headers/Public/VLCMediaListPlayer.h<br>+++ b/Headers/Public/VLCMediaListPlayer.h<br>@@ -30,12 +30,11 @@<br> * VLCRepeatMode<br> * (don't repeat anything, repeat one, repeat all)<br>
*/<br>-enum VLCRepeatMode {<br>+typedef NS_ENUM(NSInteger, VLCRepeatMode) {<br> VLCDoNotRepeat,<br> VLCRepeatCurrentItem,<br> VLCRepeatAllItems<br> };<br>-typedef NSInteger VLCRepeatMode;<br> <br> @interface VLCMediaListPlayer : NSObject {<br>
void *instance;</font></div>