1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-06 22:28:01 +00:00
mpv/libswscale/Makefile
lu_zero 9efc507dd9 cosmetics: Shuffle lines around and add empty lines.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26671 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-04 20:22:03 +00:00

29 lines
661 B
Makefile

include $(SUBDIR)../config.mak
NAME = swscale
FFLIBS = avutil
OBJS = rgb2rgb.o swscale.o
ASM_OBJS-$(ARCH_BFIN) += internal_bfin.o
OBJS-$(ARCH_BFIN) += swscale_bfin.o yuv2rgb_bfin.o
OBJS-$(CONFIG_GPL) += yuv2rgb.o
OBJS-$(HAVE_ALTIVEC) += yuv2rgb_altivec.o
OBJS-$(CONFIG_MLIB) += yuv2rgb_mlib.c
OBJS-$(HAVE_VIS) += yuv2rgb_vis.c
HEADERS = swscale.h rgb2rgb.h
CLEANFILES = cs_test swscale-example
include $(SUBDIR)../subdir.mak
$(SUBDIR)cs_test: $(SUBDIR)cs_test.o $(SUBDIR)$(LIBNAME)
$(SUBDIR)swscale-example: $(SUBDIR)swscale-example.o $(SUBDIR)$(LIBNAME)
$(SUBDIR)swscale-example: EXTRALIBS += -lm