[openbeosmediakit] Re: Media prefs

  • From: Philippe Houdoin <philippe.houdoin@xxxxxxx>
  • To: openbeosmediakit@xxxxxxxxxxxxx
  • Date: Wed, 25 Feb 2004 22:09:38 +0100

> 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

Other related posts: