mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
Merge branch 'master' of github.com:OpenELEC/OpenELEC.tv
This commit is contained in:
commit
8631fded47
2
packages/3rdparty/multimedia/vdr/build
vendored
2
packages/3rdparty/multimedia/vdr/build
vendored
@ -48,4 +48,4 @@ fi
|
||||
make vdr
|
||||
make include-dir
|
||||
make plugins
|
||||
make install DESTDIR=$ROOT/$PKG_BUILD/.install
|
||||
make install-plugins DESTDIR=$ROOT/$PKG_BUILD/.install
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
static int nompc = 0;
|
||||
module_param(nompc, int, 0);
|
||||
+MODULE_LICENSE("Mixed/Proprietary");
|
||||
+MODULE_LICENSE("MIXED/Proprietary");
|
||||
|
||||
#ifdef quote_str
|
||||
#undef quote_str
|
||||
@ -14,7 +14,7 @@
|
||||
|
||||
static int nompc = 0;
|
||||
module_param(nompc, int, 0);
|
||||
+MODULE_LICENSE("Mixed/Proprietary");
|
||||
+MODULE_LICENSE("MIXED/Proprietary");
|
||||
|
||||
#ifdef quote_str
|
||||
#undef quote_str
|
||||
|
Loading…
x
Reference in New Issue
Block a user