Import buildroot 2016.02.01

This commit is contained in:
2016-02-24 22:35:39 +01:00
parent a6ee09dea4
commit 828befcf3c
7393 changed files with 390887 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
config BR2_PACKAGE_KODI_AUDIOENCODER_WAV
bool "kodi-audioencoder-wav"
select BR2_PACKAGE_KODI_OPTICALDRIVE
help
An audioencoder addon for Kodi
https://github.com/xbmc/audioencoder.wav

View File

@@ -0,0 +1,13 @@
################################################################################
#
# kodi-audioencoder-wav
#
################################################################################
KODI_AUDIOENCODER_WAV_VERSION = 77e16122b132ca31b27d3602fd2d9ada214ff7f6
KODI_AUDIOENCODER_WAV_SITE = $(call github,xbmc,audioencoder.wav,$(KODI_AUDIOENCODER_WAV_VERSION))
KODI_AUDIOENCODER_WAV_LICENSE = GPLv2+
KODI_AUDIOENCODER_WAV_LICENSE_FILES = src/EncoderWav.cpp
KODI_AUDIOENCODER_WAV_DEPENDENCIES = kodi
$(eval $(cmake-package))