summaryrefslogtreecommitdiffstats
path: root/mp3lib/Makefile
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-15 16:49:59 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-15 16:49:59 +0000
commitb24be2fd8308afa509ff1ec95cf96cf2a7e939c4 (patch)
treef92a27508e9e3264a144b182e4855f5e097a1a72 /mp3lib/Makefile
parente8a92a21eca1ae51e026a13dc12fe806e664f14c (diff)
downloadmpv-b24be2fd8308afa509ff1ec95cf96cf2a7e939c4.tar.bz2
mpv-b24be2fd8308afa509ff1ec95cf96cf2a7e939c4.tar.xz
Simplify setting special CFLAGS for decode_i586.o.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22615 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mp3lib/Makefile')
-rw-r--r--mp3lib/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/mp3lib/Makefile b/mp3lib/Makefile
index e88ff297f1..ba0dacb030 100644
--- a/mp3lib/Makefile
+++ b/mp3lib/Makefile
@@ -18,8 +18,7 @@ SRCS_COMMON-$(TARGET_ALTIVEC) += dct64_altivec.c
include ../mpcommon.mak
-decode_i586.o: decode_i586.c
- $(CC) -c $(CFLAGS) -fomit-frame-pointer -o $@ $<
+decode_i586.o: CFLAGS += -fomit-frame-pointer
%: %.c $(LIBNAME_COMMON) ../libvo/aclib.o ../mp_msg-mencoder.o ../cpudetect.o ../osdep/getch2.o
$(CC) $(CFLAGS) -o $@ $^ -ltermcap -lm