comparison libvo/Makefile @ 1680:f6d2a4bc9bb5

Enable mediaLib support for Solaris on UltraSPARC CPUs
author jkeil
date Fri, 24 Aug 2001 16:20:04 +0000
parents ce8e8c342004
children cb5dde69354b
comparison
equal deleted inserted replaced
1679:73c8f54305b1 1680:f6d2a4bc9bb5
8 8
9 ifeq ($(TARGET_ARCH_X86),yes) 9 ifeq ($(TARGET_ARCH_X86),yes)
10 SRCS += rgb15to16mmx.c yuv2rgb_mmx.c 10 SRCS += rgb15to16mmx.c yuv2rgb_mmx.c
11 endif 11 endif
12 12
13 CFLAGS = $(OPTFLAGS) -I. -I.. $(SDL_INC) $(X11_INC) $(EXTRA_INC) -DMPG12PLAY #-Wall 13 CFLAGS = $(OPTFLAGS) -I. -I.. $(SDL_INC) $(X11_INC) $(EXTRA_INC) $(MLIB_INC) -DMPG12PLAY #-Wall
14 # -I/usr/X11R6/include/ 14 # -I/usr/X11R6/include/
15 15
16 .SUFFIXES: .c .o 16 .SUFFIXES: .c .o
17 17
18 # .PHONY: all clean 18 # .PHONY: all clean