[Mplayer-dev-eng] Fwd: mplayer configure fails to detect sdl

Arpi arpi at thot.banki.hu
Sun Jul 29 17:23:49 CEST 2001


--------- Forwarded message ---------
From: Nilmoni Deb <ndeb at ece.cmu.edu>
To: Arpi <arpi at thot.banki.hu>
Subject: mplayer configure fails to detect sdl


Hi,
	Lines 346-349 of configure are not letting detection of
sdl-config. I added two echo statements before and after so they look
like:

echo $_sdlconfig
if [ "$system_name" = "FreeBSD" ]; then
_sdlconfig='sdl11-config'
else
_sdlconfig='sdl-config'
echo $_sdlconfig

Then I ran ./configure and the two echo statements give:

/opt/sdl/bin/sdl-config
sdl-config

It will fail in any system (FreeBSD or not) bcos the absolute path is
missing. Please fix this.

thanks
- Nil




_______________________________________________
Mplayer-dev-eng mailing list
Mplayer-dev-eng at lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/mplayer-dev-eng



More information about the MPlayer-dev-eng mailing list