mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
audiodecoder.timidity: add libtimidity.so
This commit is contained in:
parent
cc23c1aa7d
commit
be5631bfca
@ -17,3 +17,10 @@ PKG_LONGDESC="audiodecoder.timidity"
|
||||
|
||||
PKG_IS_ADDON="yes"
|
||||
PKG_ADDON_TYPE="kodi.audiodecoder"
|
||||
|
||||
addon() {
|
||||
install_binary_addon $PKG_ADDON_ID
|
||||
|
||||
mkdir -p $ADDON_BUILD/$PKG_ADDON_ID
|
||||
cp -P $PKG_BUILD/.$TARGET_NAME/lib/timidity/libtimidity.so $ADDON_BUILD/$PKG_ADDON_ID/
|
||||
}
|
||||
|
@ -0,0 +1,16 @@
|
||||
commit 4f51d0b2ad01b0dce8e93732e70d338e24509d88
|
||||
Author: mglae <mglmail@arcor.de>
|
||||
Date: Tue Jul 30 18:14:28 2019 +0200
|
||||
|
||||
build libtimidity.so
|
||||
|
||||
diff --git a/lib/timidity/CMakeLists.txt b/lib/timidity/CMakeLists.txt
|
||||
index fc5e446..2f930ed 100644
|
||||
--- a/lib/timidity/CMakeLists.txt
|
||||
+++ b/lib/timidity/CMakeLists.txt
|
||||
@@ -55,4 +55,4 @@ endif()
|
||||
|
||||
include_directories(${CMAKE_CURRENT_SOURCE_DIR} timidity libarc utils)
|
||||
|
||||
-add_library(timidity STATIC ${SOURCES})
|
||||
+add_library(timidity SHARED ${SOURCES})
|
Loading…
x
Reference in New Issue
Block a user