mpv
The latest working mpv version for this guides is 0.27.2, tested on 2018-03-13-raspbian-stretch.
sudo apt-get update && sudo apt-get upgrade -y &&
sudo apt-get install -y git devscripts equivs &&
sudo apt-get install -y libgles2-mesa-dev
mpv
The latest working mpv version for this guides is 0.27.2, tested on 2018-03-13-raspbian-stretch.
sudo apt-get update && sudo apt-get upgrade -y &&
sudo apt-get install -y git devscripts equivs &&
sudo apt-get install -y libgles2-mesa-dev
#import <Cocoa/Cocoa.h> | |
@interface SpaceChangeNotifier : NSObject | |
- (void) registerNotifier; | |
- (void)spaceChanged:(NSNotification *)aNotification; | |
@end | |
@implementation SpaceChangeNotifier | |
- (id) init |