./configure issue - Re: Re: [MPlayer-users] Problem compiling MPlayer-0.90pre1

Arpi arpi at thot.banki.hu
Wed Apr 24 02:19:36 CEST 2002


Hi,

> > ./configure parameters (--target=i586-linux for example)

seems to be a ./confgure bug...

TARGET_OS = $system_name

issystem() {
  test "cho $system_name | tr A-Z a-z" = "cho $1 | tr A-Z a-z"
}
linux()   { issystem "Linux"   ; return "$?" ; }

so linux() is TRUE for "linux" and "Linux" but the check in osdep Makefile
accepts only "Linux":

ifeq ($(TARGET_ARCH_X86),yes)
ifeq ($(TARGET_OS),Linux)
SRCS += lrmi.c vbelib.c
endif
endif

imho we should have lowercase TARGET_OS and fix makefiles

> Ok thank you.
> Have you submitted a patch to the devel team for this ?

not :(


A'rpi / Astral & ESP-team

--
Developer of MPlayer, the Movie Player for Linux - http://www.MPlayerHQ.hu




More information about the MPlayer-users mailing list