mirror of
https://github.com/mpv-player/mpv
synced 2024-12-26 09:02:38 +00:00
Simplify setting special CFLAGS for decode_i586.o.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22615 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
e8a92a21ec
commit
b24be2fd83
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user