[MPlayer-dev-eng] [PATCH] Win32 loader for OS/2

Dave Yeo dave.r.yeo at gmail.com
Fri Feb 29 06:00:52 CET 2008


On 02/28/08 06:59 pm, KO Myung-Hun wrote:
> Hi/2.
> 
> These patches enable Win32 loader support for OS/2
> 
> 
>
[...]]
>--- loader/Makefile (revision 26108)
>+++ loader/Makefile (working copy)
>@@ -35,6 +35,11 @@
>
> CFLAGS+=-fno-omit-frame-pointer $(CFLAG_NO_OMIT_LEAF_FRAME_POINTER)
>
>+ifeq ($(TARGET_OS),OS/2)
>+wrapper.o : wrapper.S
>+   $(CC) -Zomf -c -o $@ $^
>+endif
[...]

You have 3 spaces instead of a tab at the beginning of the $(CC) line.
Dave



More information about the MPlayer-dev-eng mailing list