implemented skininstaller config file

This commit is contained in:
louis
2015-05-22 13:34:23 +02:00
parent f9278c805a
commit f483aef4a8
6 changed files with 46 additions and 7 deletions

View File

@@ -1,6 +1,7 @@
#include <string>
#include <sstream>
#include <vector>
#include <stdlib.h>
#include "helpers.h"
#include <vdr/skins.h>
@@ -245,4 +246,3 @@ string GetScreenAspectString(double aspect, bool *isWideScreen) {
}
return name;
}