
|
[openbeosmediakit]
||
[Date Prev]
[02-2004 Date Index]
[Date Next]
||
[Thread Prev]
[02-2004 Thread Index]
[Thread Next]
[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
|

|