Mercurial > mplayer.hg
changeset 23542:2e13eea875a3
Copile fix: missing libswscale part of ffmpeg r9322 TARGET_ARCH -> ARCH change.
author | reimar |
---|---|
date | Sat, 16 Jun 2007 15:17:00 +0000 |
parents | 5fda2824ce8a |
children | d198ab45f7c9 |
files | libswscale/Makefile |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libswscale/Makefile Sat Jun 16 11:49:11 2007 +0000 +++ b/libswscale/Makefile Sat Jun 16 15:17:00 2007 +0000 @@ -12,8 +12,8 @@ OBJS-$(TARGET_ALTIVEC) += yuv2rgb_altivec.o OBJS-$(CONFIG_GPL) += yuv2rgb.o -OBJS-$(TARGET_ARCH_BFIN) += yuv2rgb_bfin.o -ASM_OBJS-$(TARGET_ARCH_BFIN) += internal_bfin.o +OBJS-$(ARCH_BFIN) += yuv2rgb_bfin.o +ASM_OBJS-$(ARCH_BFIN) += internal_bfin.o HEADERS = swscale.h rgb2rgb.h