6971ddf0a8
Instead of passing multiple CMake variable, simply depend on pkg-config: it is used by the FindVorbis and FindOgg modules in priority over the hand-defined variables. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 lines
584 B
Makefile
14 lines
584 B
Makefile
################################################################################
|
|
#
|
|
# kodi-audioencoder-vorbis
|
|
#
|
|
################################################################################
|
|
|
|
KODI_AUDIOENCODER_VORBIS_VERSION = 15d619dae4411ecebadf2ec2996d611600ad0bee
|
|
KODI_AUDIOENCODER_VORBIS_SITE = $(call github,xbmc,audioencoder.vorbis,$(KODI_AUDIOENCODER_VORBIS_VERSION))
|
|
KODI_AUDIOENCODER_VORBIS_LICENSE = GPLv2+
|
|
KODI_AUDIOENCODER_VORBIS_LICENSE_FILES = src/EncoderVorbis.cpp
|
|
KODI_AUDIOENCODER_VORBIS_DEPENDENCIES = kodi libogg libvorbis host-pkgconf
|
|
|
|
$(eval $(cmake-package))
|