Re: Media prefs

Philippe Houdoin <[email protected]> Wed, 25 Feb 2004 22:09:38 +0100
Newsgroups gmane.os.openbeos.mediakit
Message-ID <[email protected]>
> Well, but your answer was much more detailed and complete :-)

Yeah, completeness take time :-)

> BTW, where is that handy getlibs utility from?

Hm, just a small shell script I found eventually somewhere, can't remember...

getlibs ()
{
if [ -f "$1" ]; then
  objdump --all-headers "$1" | grep NEEDED | awk '{ print $2 }'
fi
}

Was quickly copy-pasted in my .profile file.

- Philippe