Skip to content

Commit

Permalink
vorbis-tools: add PACKAGECONFIG[ogg123]
Browse files Browse the repository at this point in the history
Signed-off-by: Max Kellermann <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
MaxKellermann authored and kraj committed Sep 24, 2018
1 parent d6b6620 commit a2bce54
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ SECTION = "multimedia"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"

DEPENDS = "libogg libvorbis curl libao"
DEPENDS = "libogg libvorbis"

SRC_URI = "http://downloads.xiph.org/releases/vorbis/${BP}.tar.gz \
file://0001-oggenc-Fix-large-alloca-on-bad-AIFF-input.patch \
Expand All @@ -20,6 +20,7 @@ SRC_URI[sha256sum] = "a389395baa43f8e5a796c99daf62397e435a7e73531c9f44d9084055a0

inherit autotools pkgconfig gettext

PACKAGECONFIG ??= "flac"
PACKAGECONFIG ??= "flac ogg123"
PACKAGECONFIG[flac] = ",--without-flac,flac,libflac"
PACKAGECONFIG[speex] = ",--without-speex,speex,speex"
PACKAGECONFIG[ogg123] = "--enable-ogg123,--disable-ogg123,libao curl"

0 comments on commit a2bce54

Please sign in to comment.