File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${PROJECT_SOURCE_DIR})
6
6
7
7
enable_language (CXX)
8
8
9
- find_package (kodi REQUIRED)
9
+ find_package (Kodi REQUIRED)
10
10
11
11
include_directories (${KODI_INCLUDE_DIR} )
12
12
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<addon
3
3
id =" audiodecoder.dsd"
4
- version =" 1.0 .0"
4
+ version =" 1.1 .0"
5
5
name =" DSD Audio Decoder"
6
6
provider-name =" spiff" >
7
7
<requires >
12
12
name =" dsd"
13
13
extension =" .dff|.dsf"
14
14
mimetype =" application/x-dff|application/x-dsf"
15
- library_linux = " audiodecoder.dsd.so " />
15
+ library_@PLATFORM@= " @LIBRARY_FILENAME@ " />
16
16
<extension point =" xbmc.addon.metadata" >
17
17
<summary lang =" en" >DSD (DSF/DFF) Audio Decoder</summary >
18
18
<description lang =" en" >DSD (DSF/DFF) Audio Decoder</description >
19
- <platform >all </platform >
19
+ <platform >@PLATFORM@ </platform >
20
20
</extension >
21
21
</addon >
You can’t perform that action at this time.
0 commit comments