Lines 25-31
Link Here
|
25 |
|
25 |
|
26 |
src_prepare() { |
26 |
src_prepare() { |
27 |
epatch "${FILESDIR}"/${PN}-nostrip.patch \ |
27 |
epatch "${FILESDIR}"/${PN}-nostrip.patch \ |
28 |
"${FILESDIR}"/${PN}-onlylib-20090408.patch |
28 |
"${FILESDIR}"/${PN}-onlylib-20100527.patch |
29 |
} |
29 |
} |
30 |
|
30 |
|
31 |
src_configure() { |
31 |
src_configure() { |
Lines 38-50
Link Here
|
38 |
myconf="${myconf} --disable-asm" |
38 |
myconf="${myconf} --disable-asm" |
39 |
fi |
39 |
fi |
40 |
|
40 |
|
|
|
41 |
use threads || myconf="${myconf} --disable-pthread" |
42 |
|
41 |
./configure \ |
43 |
./configure \ |
42 |
--prefix=/usr \ |
44 |
--prefix=/usr \ |
43 |
--libdir=/usr/$(get_libdir) \ |
45 |
--libdir=/usr/$(get_libdir) \ |
44 |
--disable-avs-input \ |
46 |
--disable-avs-input \ |
45 |
--disable-lavf-input \ |
47 |
--disable-lavf-input \ |
46 |
--disable-mp4-output \ |
48 |
--disable-mp4-output \ |
47 |
$(use_enable threads pthread) \ |
|
|
48 |
--enable-pic \ |
49 |
--enable-pic \ |
49 |
--enable-shared \ |
50 |
--enable-shared \ |
50 |
--extra-asflags="${ASFLAGS}" \ |
51 |
--extra-asflags="${ASFLAGS}" \ |