Mercurial > mplayer.hg
changeset 23544:d69ba003b659
Missing libswscale part of TARGET_ -> HAVE_ change
author | reimar |
---|---|
date | Sat, 16 Jun 2007 15:29:26 +0000 |
parents | d198ab45f7c9 |
children | a9ec56d2b74c |
files | libswscale/Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libswscale/Makefile Sat Jun 16 15:24:39 2007 +0000 +++ b/libswscale/Makefile Sat Jun 16 15:29:26 2007 +0000 @@ -9,7 +9,7 @@ OBJS= swscale.o rgb2rgb.o -OBJS-$(TARGET_ALTIVEC) += yuv2rgb_altivec.o +OBJS-$(HAVE_ALTIVEC) += yuv2rgb_altivec.o OBJS-$(CONFIG_GPL) += yuv2rgb.o OBJS-$(ARCH_BFIN) += yuv2rgb_bfin.o