mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@26c91a9
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
# Locally computed
|
||||
sha256 5118a2925bb0f7eca36b2d0f4d6822b45a8967c9fb91054bfaa8f83d21209c95 kodi-audioencoder-lame-1.2.0.tar.gz
|
||||
sha256 9df54cf5c5ae3882a2d89d745c1d1f8b749e71a7f9305a1b059ecfd356995a36 kodi-audioencoder-lame-2.0.4-Leia.tar.gz
|
||||
sha256 68a06632cc80eea941b07e27777788dcd4f7c5ba9c006e24f467a9d4bf4d3582 debian/copyright
|
||||
|
||||
@@ -4,10 +4,10 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
KODI_AUDIOENCODER_LAME_VERSION = 1.2.0
|
||||
KODI_AUDIOENCODER_LAME_SITE = $(call github,xbmc,audioencoder.lame,v$(KODI_AUDIOENCODER_LAME_VERSION))
|
||||
KODI_AUDIOENCODER_LAME_VERSION = 2.0.4-Leia
|
||||
KODI_AUDIOENCODER_LAME_SITE = $(call github,xbmc,audioencoder.lame,$(KODI_AUDIOENCODER_LAME_VERSION))
|
||||
KODI_AUDIOENCODER_LAME_LICENSE = GPL-2.0+
|
||||
KODI_AUDIOENCODER_LAME_LICENSE_FILES = src/EncoderLame.cpp
|
||||
KODI_AUDIOENCODER_LAME_LICENSE_FILES = debian/copyright
|
||||
KODI_AUDIOENCODER_LAME_DEPENDENCIES = kodi lame
|
||||
KODI_AUDIOENCODER_LAME_CONF_OPTS += \
|
||||
-DLAME_INCLUDE_DIRS=$(STAGING_DIR)/usr/include
|
||||
|
||||
Reference in New Issue
Block a user