[MPlayer-dev-eng] [PATCH] Makefile library search order

Jonathan Rogers jonner at teegra.net
Wed Jun 25 13:29:56 CEST 2003


Theora decoding requires CVS OGG and Vorbis. Since I didn't want to 
install unreleased libraries globally, I installed those libraries 
(libogg, libvorbis, and libtheora) under my user's home. However, I 
could not get MPlayer to link to those local libraries as long as the 
stable ones existed in the normal global locations.

I found that I had to disable SDL (very odd, I know), use 
"--with-extralibdir", set LD_RUN_PATH (only at compile time) and reorder 
the mplayer and mencoder compile commandlines to put the desired library 
path before all others. This patch is that reordering. I believe it 
should have no negative effects and it's very small.

Jonathan Rogers
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: Makefile.patch
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20030625/70107536/attachment.asc>


More information about the MPlayer-dev-eng mailing list