diff options
author | Koen Kooi <koen@openembedded.org> | 2007-08-27 09:44:52 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-08-27 09:44:52 +0000 |
commit | d0a72e1c5976f0ca958fec5c8f3617d33e12ee2d (patch) | |
tree | d35592b43b1918442a1cde9fd60ff3ce144a5b1d /packages/libmad/libmad_0.15.1b.bb | |
parent | 87dd9b603c8730c41aa20102d25b386b6123b1e3 (diff) |
libmad: add conditional patch for avr32 optimizations
Diffstat (limited to 'packages/libmad/libmad_0.15.1b.bb')
-rw-r--r-- | packages/libmad/libmad_0.15.1b.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/libmad/libmad_0.15.1b.bb b/packages/libmad/libmad_0.15.1b.bb index 9de296635e..fdeeeb0cdf 100644 --- a/packages/libmad/libmad_0.15.1b.bb +++ b/packages/libmad/libmad_0.15.1b.bb @@ -4,9 +4,13 @@ PRIORITY = "optional" DEPENDS = "libid3tag" LICENSE = "GPL" +PR = "r1" + SRC_URI = "ftp://ftp.mars.org/pub/mpeg/libmad-${PV}.tar.gz" S = "${WORKDIR}/libmad-${PV}" +SRC_URI_append_avr32 = "file://libmad-0.15.1b-avr32-optimization.patch;patch=1" + inherit autotools EXTRA_OECONF = "-enable-speed --enable-shared" |