view vidix/Makefile @ 22890:3a738b9f35f1

r22845: Clarify -xineramascreen -2 behaviour r22900: documented -mpegopts :adelay r22901: removed unexplainable and escaped trailing spaces from -mpegopts :drop and :tsaf r22902: restored previous definition of -mpegopts :drop and :tsaf (r22900); they were there for a good reason
author voroshil
date Tue, 03 Apr 2007 15:59:35 +0000
parents 9a1e26fef45b
children a9e111b88c4a
line wrap: on
line source

include ../config.mak

LIBNAME_MPLAYER = libvidix.a

SRCS_MPLAYER    = vidixlib.c \
                  $(wildcard *.c)

OBJS_MPLAYER    = mga_crtc2_vid.o \
                  rage128_vid.o \

include ../mpcommon.mak

mga_crtc2_vid.o: mga_vid.c
	$(CC) -c $(CFLAGS) -DCRTC2 -o $@ $<

rage128_vid.o: radeon_vid.c
	$(CC) -c $(CFLAGS) -DRAGE128 -o $@ $<