Mercurial > mplayer.hg
comparison libmpeg2/Makefile @ 1680:f6d2a4bc9bb5
Enable mediaLib support for Solaris on UltraSPARC CPUs
author | jkeil |
---|---|
date | Fri, 24 Aug 2001 16:20:04 +0000 |
parents | dfccdda074e5 |
children | 0cdc1388f02f |
comparison
equal
deleted
inserted
replaced
1679:73c8f54305b1 | 1680:f6d2a4bc9bb5 |
---|---|
1 | 1 |
2 LIBNAME = libmpeg2.a | 2 LIBNAME = libmpeg2.a |
3 | 3 |
4 include ../config.mak | 4 include ../config.mak |
5 | 5 |
6 SRCS = header.c idct.c idct_mmx.c motion_comp.c motion_comp_mmx.c slice.c stats.c decode.c | 6 SRCS = header.c idct.c idct_mmx.c idct_mlib.c \ |
7 motion_comp.c motion_comp_mmx.c motion_comp_mlib.c \ | |
8 slice.c stats.c decode.c | |
7 OBJS = $(SRCS:.c=.o) | 9 OBJS = $(SRCS:.c=.o) |
8 INCLUDE = -I. -I../libvo -I.. $(EXTRA_INC) | 10 INCLUDE = -I. -I../libvo -I.. $(EXTRA_INC) $(MLIB_INC) |
9 CFLAGS = $(OPTFLAGS) $(INCLUDE) -DMPG12PLAY | 11 CFLAGS = $(OPTFLAGS) $(INCLUDE) -DMPG12PLAY |
10 | 12 |
11 .SUFFIXES: .c .o | 13 .SUFFIXES: .c .o |
12 | 14 |
13 # .PHONY: all clean | 15 # .PHONY: all clean |