diff options
Diffstat (limited to 'meta-multimedia/recipes-multimedia/sox/sox_14.4.2.bb')
-rw-r--r-- | meta-multimedia/recipes-multimedia/sox/sox_14.4.2.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-multimedia/recipes-multimedia/sox/sox_14.4.2.bb b/meta-multimedia/recipes-multimedia/sox/sox_14.4.2.bb index 0791c85f7..ace8743f3 100644 --- a/meta-multimedia/recipes-multimedia/sox/sox_14.4.2.bb +++ b/meta-multimedia/recipes-multimedia/sox/sox_14.4.2.bb | |||
@@ -4,7 +4,7 @@ and can apply different effects and filters to the audio data." | |||
4 | HOMEPAGE = "http://sox.sourceforge.net" | 4 | HOMEPAGE = "http://sox.sourceforge.net" |
5 | SECTION = "audio" | 5 | SECTION = "audio" |
6 | 6 | ||
7 | DEPENDS = "libpng ffmpeg libsndfile1" | 7 | DEPENDS = "libpng ffmpeg libsndfile1 libtool" |
8 | 8 | ||
9 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'alsa pulseaudio', d)} \ | 9 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'alsa pulseaudio', d)} \ |
10 | magic \ | 10 | magic \ |
@@ -36,4 +36,7 @@ SRC_URI[sha256sum] = "b45f598643ffbd8e363ff24d61166ccec4836fea6d3888881b8df53e3b | |||
36 | 36 | ||
37 | inherit autotools pkgconfig | 37 | inherit autotools pkgconfig |
38 | 38 | ||
39 | # Enable largefile support | ||
40 | CFLAGS += "-D_FILE_OFFSET_BITS=64" | ||
41 | |||
39 | EXCLUDE_FROM_WORLD = "${@bb.utils.contains("LICENSE_FLAGS_ACCEPTED", "commercial", "0", "1", d)}" | 42 | EXCLUDE_FROM_WORLD = "${@bb.utils.contains("LICENSE_FLAGS_ACCEPTED", "commercial", "0", "1", d)}" |