kodi-audioencoder-lame: update to kodi-audioencoder-lame-46592f8

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2014-11-02 19:06:41 +01:00
parent 091ae119ad
commit 3b96de2f8a
2 changed files with 1 additions and 25 deletions

View File

@ -17,7 +17,7 @@
################################################################################
PKG_NAME="kodi-audioencoder-lame"
PKG_VERSION="90fb99b"
PKG_VERSION="46592f8"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"

View File

@ -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>