https://drive.google.com/file/d/0B8YtA8 ... sp=sharing
Had to change VLCMediaListPlayer.h to:
Code: Select all
/**
* VLCRepeatMode
* (don't repeat anything, repeat one, repeat all)
*/
typedef NS_ENUM(NSInteger, VLCRepeatMode) {
VLCDoNotRepeat,
VLCRepeatCurrentItem,
VLCRepeatAllItems
};
Thank you