view libswscale/Makefile @ 20310:9f1ee847e8ca

Add fallback on the (undocumented) x86-64 -march option in the non-runtime-cpudetection case for AMD64. patch by Zuxy Meng, zuxy.meng a.t gmail d.o.t com
author diego
date Fri, 20 Oct 2006 07:32:49 +0000
parents 73cd6b74c538
children 1685fb149c76
line wrap: on
line source


include ../config.mak

NAME=swscale
ifeq ($(BUILD_SHARED),yes)
LIBVERSION=$(SWSVERSION)
LIBMAJOR=$(SWSMAJOR)
endif

OBJS= swscale.o rgb2rgb.o yuv2rgb.o
ifeq ($(TARGET_ALTIVEC),yes)
OBJS+=  yuv2rgb_altivec.o
endif

HEADERS = swscale.h rgb2rgb.h

include $(SRC_PATH)/common.mak

cs_test: cs_test.c $(LIB)

swscale-example: swscale-example.o $(LIB)

clean::
	rm -f cs_test swscale-example