mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 21:32:13 +02:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4256 311d38ba-8fff-0310-9ca6-ca027cbcb966
12 lines
392 B
BlitzBasic
12 lines
392 B
BlitzBasic
require gst-plugins.inc
|
|
DEPENDS += "gst-plugins-base libid3tag libmad mpeg2dec liba52 lame"
|
|
PR = "r5"
|
|
|
|
SRC_URI += " file://lame-autoconf.patch;patch=1"
|
|
EXTRA_OECONF += "--with-plugins=a52dec,lame,id3tag,mad,mpeg2dec,mpegstream,mpegaudioparse,asfdemux,realmedia"
|
|
|
|
do_configure_prepend() {
|
|
# This m4 file contains nastiness which conflicts with libtool 2.2.2
|
|
rm ${S}/m4/lib-link.m4 || true
|
|
}
|