Mercurial > mplayer.hg
changeset 22595:8d88e1bedb92
Simplify conditional expression.
author | diego |
---|---|
date | Thu, 15 Mar 2007 13:20:22 +0000 |
parents | e138932c8b9b |
children | a6364c234e1d |
files | mp3lib/Makefile |
diffstat | 1 files changed, 1 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/mp3lib/Makefile Thu Mar 15 13:19:22 2007 +0000 +++ b/mp3lib/Makefile Thu Mar 15 13:20:22 2007 +0000 @@ -14,9 +14,7 @@ SRCS_COMMON-$(TARGET_3DNOWEX) += dct36_k7.c dct64_k7.c SRCS_COMMON-$(TARGET_SSE) += dct64_sse.c endif -ifeq ($(TARGET_ALTIVEC),yes) -SRCS_COMMON += dct64_altivec.c -endif +SRCS_COMMON-$(TARGET_ALTIVEC) += dct64_altivec.c include ../mpcommon.mak