Mercurial > mplayer.hg
comparison libmpeg2/Makefile @ 13018:adb93ef6b07f
Improved SPARC CPU detection and SPARC compilation fixes.
patch by jb13@gomerbud.com
author | diego |
---|---|
date | Sat, 14 Aug 2004 15:17:39 +0000 |
parents | d0a8810e155c |
children | 23971209fd32 |
comparison
equal
deleted
inserted
replaced
13017:5b9c594dc6e9 | 13018:adb93ef6b07f |
---|---|
9 INCLUDE = -I. -I../libvo -I.. $(EXTRA_INC) | 9 INCLUDE = -I. -I../libvo -I.. $(EXTRA_INC) |
10 CFLAGS = $(OPTFLAGS) $(INCLUDE) -DMPG12PLAY | 10 CFLAGS = $(OPTFLAGS) $(INCLUDE) -DMPG12PLAY |
11 | 11 |
12 ifeq ($(TARGET_ALTIVEC),yes) | 12 ifeq ($(TARGET_ALTIVEC),yes) |
13 SRCS += motion_comp_altivec.c idct_altivec.c | 13 SRCS += motion_comp_altivec.c idct_altivec.c |
14 endif | |
15 | |
16 ifeq ($(TARGET_VIS),yes) | |
17 SRCS += motion_comp_vis.c | |
14 endif | 18 endif |
15 | 19 |
16 .SUFFIXES: .c .o | 20 .SUFFIXES: .c .o |
17 | 21 |
18 # .PHONY: all clean | 22 # .PHONY: all clean |