mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
kodi-audioencoder-lame: update to kodi-audioencoder-lame-46592f8
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
091ae119ad
commit
3b96de2f8a
@ -17,7 +17,7 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
PKG_NAME="kodi-audioencoder-lame"
|
PKG_NAME="kodi-audioencoder-lame"
|
||||||
PKG_VERSION="90fb99b"
|
PKG_VERSION="46592f8"
|
||||||
PKG_REV="1"
|
PKG_REV="1"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
|
@ -1,24 +0,0 @@
|
|||||||
diff -Naur xbmc-audioencoder-lame-736b5f4/CMakeLists.txt xbmc-audioencoder-lame-736b5f4.patch/CMakeLists.txt
|
|
||||||
--- xbmc-audioencoder-lame-736b5f4/CMakeLists.txt 2014-07-18 23:48:35.000000000 +0200
|
|
||||||
+++ xbmc-audioencoder-lame-736b5f4.patch/CMakeLists.txt 2014-10-20 13:06:32.787416257 +0200
|
|
||||||
@@ -6,7 +6,7 @@
|
|
||||||
|
|
||||||
enable_language(CXX)
|
|
||||||
|
|
||||||
-find_package(xbmc REQUIRED)
|
|
||||||
+find_package(kodi REQUIRED)
|
|
||||||
find_package(Lame REQUIRED)
|
|
||||||
if(WIN32)
|
|
||||||
find_package(MPGHIP REQUIRED)
|
|
||||||
diff -Naur xbmc-audioencoder-lame-736b5f4/src/EncoderLame.cpp xbmc-audioencoder-lame-736b5f4.patch/src/EncoderLame.cpp
|
|
||||||
--- xbmc-audioencoder-lame-736b5f4/src/EncoderLame.cpp 2014-07-18 23:48:35.000000000 +0200
|
|
||||||
+++ xbmc-audioencoder-lame-736b5f4.patch/src/EncoderLame.cpp 2014-10-20 02:51:53.710444163 +0200
|
|
||||||
@@ -19,7 +19,7 @@
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include <lame/lame.h>
|
|
||||||
-#include "xbmc/xbmc_audioenc_dll.h"
|
|
||||||
+#include "kodi/xbmc_audioenc_dll.h"
|
|
||||||
#include <string.h>
|
|
||||||
#include <stdlib.h>
|
|
||||||
#include <algorithm>
|
|
Loading…
x
Reference in New Issue
Block a user