Skip to content

Commit 1a60ae1

Browse files
committed
Merge pull request #1 from hudokkow/fixes
Rename find-package(kodi) to Kodi and get addon.xml inline with other add-ons
2 parents e9d531d + 389c6f4 commit 1a60ae1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${PROJECT_SOURCE_DIR})
66

77
enable_language(CXX)
88

9-
find_package(kodi REQUIRED)
9+
find_package(Kodi REQUIRED)
1010

1111
include_directories(${KODI_INCLUDE_DIR})
1212

Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<addon
33
id="audiodecoder.dsd"
4-
version="1.0.0"
4+
version="1.1.0"
55
name="DSD Audio Decoder"
66
provider-name="spiff">
77
<requires>
@@ -12,10 +12,10 @@
1212
name="dsd"
1313
extension=".dff|.dsf"
1414
mimetype="application/x-dff|application/x-dsf"
15-
library_linux="audiodecoder.dsd.so"/>
15+
library_@PLATFORM@="@LIBRARY_FILENAME@"/>
1616
<extension point="xbmc.addon.metadata">
1717
<summary lang="en">DSD (DSF/DFF) Audio Decoder</summary>
1818
<description lang="en">DSD (DSF/DFF) Audio Decoder</description>
19-
<platform>all</platform>
19+
<platform>@PLATFORM@</platform>
2020
</extension>
2121
</addon>

0 commit comments

Comments
 (0)