Mercurial > mplayer.hg
view libvo/Makefile @ 23563:0348714047be
Allow to disable x86 cpu extensions (e.g, via --disable-sse) even with
runtime cpudetection.
author | reimar |
---|---|
date | Tue, 19 Jun 2007 13:37:31 +0000 |
parents | 03107c6ea534 |
children | d484cdfcb8a8 |
line wrap: on
line source
include ../config.mak LIBNAME_COMMON = libosd.a LIBNAME_MPLAYER = libvo.a SRCS_MPLAYER = aspect.c \ geometry.c \ spuenc.c \ video_out.c \ vo_mpegpes.c \ vo_null.c \ vo_yuv4mpeg.c \ $(VO_SRCS) \ SRCS_MPLAYER-$(VIDIX) += vosub_vidix.c SRCS_COMMON = aclib.c \ osd.c \ sub.c \ SRCS_COMMON-$(BITMAP_FONT) += font_load.c SRCS_COMMON-$(FREETYPE) += font_load_ft.c include ../mpcommon.mak %.o: %.m $(CC) $(CFLAGS) -c -o $@ $<