Mercurial > mplayer.hg
comparison mp3lib/Makefile @ 5607:1972c3475d93
mp_image.h and img_format.h moved to libmpcodecs
author | arpi |
---|---|
date | Sat, 13 Apr 2002 19:14:34 +0000 |
parents | 2935211e4f9b |
children | adc04b7ed226 |
comparison
equal
deleted
inserted
replaced
5606:ec2f35e646f4 | 5607:1972c3475d93 |
---|---|
17 #SRCS += dct64_sse.s | 17 #SRCS += dct64_sse.s |
18 #OBJS += dct64_sse.o | 18 #OBJS += dct64_sse.o |
19 #endif | 19 #endif |
20 SRCS += dct36_3dnow.s dct64_3dnow.c | 20 SRCS += dct36_3dnow.s dct64_3dnow.c |
21 OBJS += dct36_3dnow.o dct64_3dnow.o | 21 OBJS += dct36_3dnow.o dct64_3dnow.o |
22 SRCS += dct36_k7.c dct64_k7.c | 22 SRCS += dct36_k7.s dct64_k7.c |
23 OBJS += dct36_k7.o dct64_k7.o | 23 OBJS += dct36_k7.o dct64_k7.o |
24 endif | 24 endif |
25 | 25 |
26 .SUFFIXES: .c .o | 26 .SUFFIXES: .c .o |
27 | 27 |