Mercurial > mplayer.hg
comparison mp3lib/Makefile @ 22597:f826f57be4b4
Simplify setting special CFLAGS for decode_i586.o.
author | diego |
---|---|
date | Thu, 15 Mar 2007 16:49:59 +0000 |
parents | 8d88e1bedb92 |
children | eb1e8b907a9d |
comparison
equal
deleted
inserted
replaced
22596:a6364c234e1d | 22597:f826f57be4b4 |
---|---|
16 endif | 16 endif |
17 SRCS_COMMON-$(TARGET_ALTIVEC) += dct64_altivec.c | 17 SRCS_COMMON-$(TARGET_ALTIVEC) += dct64_altivec.c |
18 | 18 |
19 include ../mpcommon.mak | 19 include ../mpcommon.mak |
20 | 20 |
21 decode_i586.o: decode_i586.c | 21 decode_i586.o: CFLAGS += -fomit-frame-pointer |
22 $(CC) -c $(CFLAGS) -fomit-frame-pointer -o $@ $< | |
23 | 22 |
24 %: %.c $(LIBNAME_COMMON) ../libvo/aclib.o ../mp_msg-mencoder.o ../cpudetect.o ../osdep/getch2.o | 23 %: %.c $(LIBNAME_COMMON) ../libvo/aclib.o ../mp_msg-mencoder.o ../cpudetect.o ../osdep/getch2.o |
25 $(CC) $(CFLAGS) -o $@ $^ -ltermcap -lm | 24 $(CC) $(CFLAGS) -o $@ $^ -ltermcap -lm |
26 | 25 |
27 distclean:: | 26 distclean:: |