Mercurial > mplayer.hg
view libvo/Makefile @ 21931:c0bcfcf2a6cd
r21691: added smb:// to the list of allowed input urls
r21692: mentioned file:// and smb:// as alternative stream outputs for mencoder
r21722: ffv1 and ffvhuff haven't required vstrict=-2 for a while
r21724: small wording/markup improvements
r21725: wording and markup improvements
author | kraymer |
---|---|
date | Wed, 17 Jan 2007 13:43:56 +0000 |
parents | 254e55a37c6d |
children | 8bcff5c7e387 |
line wrap: on
line source
include ../config.mak LIBNAME2 = libosd.a ifeq ($(MPLAYER),yes) LIBNAME = libvo.a endif SRCS=aspect.c \ geometry.c \ spuenc.c \ video_out.c \ vo_mpegpes.c \ vo_null.c \ vo_yuv4mpeg.c \ $(VO_SRCS) \ SRCS-$(EXTERNAL_VIDIX) += vosub_vidix.c SRCS-$(VIDIX) += vosub_vidix.c SRCS2 = aclib.c \ osd.c \ sub.c \ SRCS2-$(BITMAP_FONT) += font_load.c SRCS2-$(FREETYPE) += font_load_ft.c CFLAGS-$(CONFIG_LIBAVUTIL) += -I../libavutil CFLAGS = -I../osdep include ../mpcommon.mak