diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-02-01 14:43:06 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-02-08 08:52:30 +0100 |
commit | 0144fe69951a10587769cfc76554d5f7f473eccb (patch) | |
tree | ffa60f0f1722b91cd758e52f6a26f2fd195e2462 /libswscale/Makefile | |
parent | 9b027c0d0794b50e3b638cca4bed925638ab68bc (diff) | |
download | ffmpeg-streaming-0144fe69951a10587769cfc76554d5f7f473eccb.zip ffmpeg-streaming-0144fe69951a10587769cfc76554d5f7f473eccb.tar.gz |
Remove Sun medialib glue code.
It is obscure, most likely unused and not bit-exact compared to
libavcodec due to a different IDCT transform algorithm.
Diffstat (limited to 'libswscale/Makefile')
-rw-r--r-- | libswscale/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libswscale/Makefile b/libswscale/Makefile index 75262f8..36c2bef 100644 --- a/libswscale/Makefile +++ b/libswscale/Makefile @@ -9,7 +9,6 @@ OBJS = input.o options.o output.o rgb2rgb.o swscale.o \ OBJS-$(ARCH_BFIN) += bfin/internal_bfin.o \ bfin/swscale_bfin.o \ bfin/yuv2rgb_bfin.o -OBJS-$(CONFIG_MLIB) += mlib/yuv2rgb_mlib.o OBJS-$(HAVE_ALTIVEC) += ppc/swscale_altivec.o \ ppc/yuv2rgb_altivec.o \ ppc/yuv2yuv_altivec.o @@ -25,4 +24,4 @@ OBJS-$(CONFIG_XMM_CLOBBER_TEST) += x86/w64xmmtest.o TESTPROGS = colorspace swscale -DIRS = bfin mlib ppc sparc x86 +DIRS = bfin ppc sparc x86 |