Commit 6e6203fb authored by Reimar Döffinger's avatar Reimar Döffinger

Copile fix: missing libswscale part of ffmpeg r9322 TARGET_ARCH -> ARCH change.

Originally committed as revision 23562 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
parent b3e83c96
...@@ -12,8 +12,8 @@ OBJS= swscale.o rgb2rgb.o ...@@ -12,8 +12,8 @@ OBJS= swscale.o rgb2rgb.o
OBJS-$(TARGET_ALTIVEC) += yuv2rgb_altivec.o OBJS-$(TARGET_ALTIVEC) += yuv2rgb_altivec.o
OBJS-$(CONFIG_GPL) += yuv2rgb.o OBJS-$(CONFIG_GPL) += yuv2rgb.o
OBJS-$(TARGET_ARCH_BFIN) += yuv2rgb_bfin.o OBJS-$(ARCH_BFIN) += yuv2rgb_bfin.o
ASM_OBJS-$(TARGET_ARCH_BFIN) += internal_bfin.o ASM_OBJS-$(ARCH_BFIN) += internal_bfin.o
HEADERS = swscale.h rgb2rgb.h HEADERS = swscale.h rgb2rgb.h
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment