diff options
author | Uoti Urpala <uau@glyph.nonexistent.invalid> | 2009-07-21 20:35:44 +0300 |
---|---|---|
committer | Uoti Urpala <uau@glyph.nonexistent.invalid> | 2009-07-26 06:15:30 +0300 |
commit | 97bd0624df0e2f7acaca708258eb7627fabf6d02 (patch) | |
tree | 9973d9dfd504cc434a810b36301580c137fbc495 /libswscale/Makefile | |
parent | d1a54d56965f98777423d6ddd0033c0303c5a098 (diff) |
Remove libswscale directory in MPlayer sources
libswscale will be used through FFmpeg.
Diffstat (limited to 'libswscale/Makefile')
-rw-r--r-- | libswscale/Makefile | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/libswscale/Makefile b/libswscale/Makefile deleted file mode 100644 index 247ae8d239..0000000000 --- a/libswscale/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -include $(SUBDIR)../config.mak - -NAME = swscale -FFLIBS = avutil - -HEADERS = swscale.h - -OBJS = options.o rgb2rgb.o swscale.o yuv2rgb.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/yuv2rgb_altivec.o -OBJS-$(HAVE_VIS) += sparc/yuv2rgb_vis.o - -MMX-OBJS-$(CONFIG_GPL) += x86/yuv2rgb_mmx.o \ - -EXAMPLES = swscale -TESTPROGS = colorspace - -DIRS = bfin mlib ppc sparc x86 - -include $(SUBDIR)../subdir.mak |