Fwd: mplayer configure fails to detect sdl
--------- Forwarded message --------- From: Nilmoni Deb <ndeb@ece.cmu.edu> To: Arpi <arpi@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@lists.sourceforge.net http://lists.sourceforge.net/lists/listinfo/mplayer-dev-eng
Hello Arpi, Sunday, July 29, 2001, 5:23:49 PM, you wrote:
--------- Forwarded message --------- From: Nilmoni Deb <ndeb@ece.cmu.edu> To: Arpi <arpi@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 fixed, one of the porting guys must have messed it up.
thanks - Nil
-- Best regards, Felix mailto:atmosfear@users.sourceforge.net _______________________________________________ Mplayer-dev-eng mailing list Mplayer-dev-eng@lists.sourceforge.net http://lists.sourceforge.net/lists/listinfo/mplayer-dev-eng
participants (2)
-
Arpi -
Felix Buenemann