diff options
| author | Max Kellermann <max.kellermann@gmail.com> | 2018-09-18 10:26:01 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2018-09-24 11:49:45 -0700 |
| commit | a2bce54990cc882c17b8f02c77b442f923068d2e (patch) | |
| tree | cb26cf2b1e2f1cf03185c9c62312f3607a8a126a | |
| parent | d6b66205655f789f8a908fb667c5f411a794c716 (diff) | |
| download | meta-openembedded-a2bce54990cc882c17b8f02c77b442f923068d2e.tar.gz | |
vorbis-tools: add PACKAGECONFIG[ogg123]
Signed-off-by: Max Kellermann <max.kellermann@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-multimedia/recipes-multimedia/vorbis-tools/vorbis-tools_1.4.0.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-multimedia/recipes-multimedia/vorbis-tools/vorbis-tools_1.4.0.bb b/meta-multimedia/recipes-multimedia/vorbis-tools/vorbis-tools_1.4.0.bb index e43cb40329..8e9914b498 100644 --- a/meta-multimedia/recipes-multimedia/vorbis-tools/vorbis-tools_1.4.0.bb +++ b/meta-multimedia/recipes-multimedia/vorbis-tools/vorbis-tools_1.4.0.bb | |||
| @@ -8,7 +8,7 @@ SECTION = "multimedia" | |||
| 8 | LICENSE = "GPLv2" | 8 | LICENSE = "GPLv2" |
| 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
| 10 | 10 | ||
| 11 | DEPENDS = "libogg libvorbis curl libao" | 11 | DEPENDS = "libogg libvorbis" |
| 12 | 12 | ||
| 13 | SRC_URI = "http://downloads.xiph.org/releases/vorbis/${BP}.tar.gz \ | 13 | SRC_URI = "http://downloads.xiph.org/releases/vorbis/${BP}.tar.gz \ |
| 14 | file://0001-oggenc-Fix-large-alloca-on-bad-AIFF-input.patch \ | 14 | file://0001-oggenc-Fix-large-alloca-on-bad-AIFF-input.patch \ |
| @@ -20,6 +20,7 @@ SRC_URI[sha256sum] = "a389395baa43f8e5a796c99daf62397e435a7e73531c9f44d9084055a0 | |||
| 20 | 20 | ||
| 21 | inherit autotools pkgconfig gettext | 21 | inherit autotools pkgconfig gettext |
| 22 | 22 | ||
| 23 | PACKAGECONFIG ??= "flac" | 23 | PACKAGECONFIG ??= "flac ogg123" |
| 24 | PACKAGECONFIG[flac] = ",--without-flac,flac,libflac" | 24 | PACKAGECONFIG[flac] = ",--without-flac,flac,libflac" |
| 25 | PACKAGECONFIG[speex] = ",--without-speex,speex,speex" | 25 | PACKAGECONFIG[speex] = ",--without-speex,speex,speex" |
| 26 | PACKAGECONFIG[ogg123] = "--enable-ogg123,--disable-ogg123,libao curl" | ||
