Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 96497
Collapse All | Expand All

(-)mk (-2 / +2 lines)
Lines 8-16 Link Here
8
OPT='-DT_LINUX -Wall -O3 -s -lm -lpthread'
8
OPT='-DT_LINUX -Wall -O3 -s -lm -lpthread'
9
LIBS=''
9
LIBS=''
10
10
11
[ -f libs/linux-libmad.a ] && {
11
[ -f /usr/lib/libmad.a ] && {
12
    OPT="-DMP3_DECODE $OPT"
12
    OPT="-DMP3_DECODE $OPT"
13
    LIBS="$LIBS libs/linux-libmad.a"
13
    LIBS="$LIBS /usr/lib/libmad.a"
14
}
14
}
15
[ -f libs/linux-libvorbisidec.a ] && {
15
[ -f libs/linux-libvorbisidec.a ] && {
16
    OPT="-DOGG_DECODE $OPT"
16
    OPT="-DOGG_DECODE $OPT"

Return to bug 96497