Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 85922 - xmms-oss has a retarded check
Summary: xmms-oss has a retarded check
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Jeremy Huddleston (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-19 10:07 UTC by SpanKY
Modified: 2005-03-20 18:08 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description SpanKY gentoo-dev 2005-03-19 10:07:25 UTC
if [ -e /dev/sound ]; then
        myconf="--with-dev-dsp=/dev/sound/dsp \
                --with-dev-mixer=/dev/sound/mixer"
    fi

not quite sure what you're trying to do here, but it's wrong
Comment 1 Jeremy Huddleston (RETIRED) gentoo-dev 2005-03-20 18:04:17 UTC
that's been in xmms since before I was even a dev... not sure what its purpose was supposed to be, but I'm gonna kill it as /dev/dsp is what should be used (and is the default).
Comment 2 Jeremy Huddleston (RETIRED) gentoo-dev 2005-03-20 18:08:27 UTC
ok, it's removed now.