Mercurial > mplayer.hg
view libvo/Makefile @ 22811:25740687a4d3
r22637: Allow to specify frequencies in channels option.
r22747: Explain workaround for -vo gl:scaled-osd -ass image corruption.
r22772: Available interfaces are showed in verbose mode.
r22779: roff fix: escape dash for options
author | kraymer |
---|---|
date | Mon, 26 Mar 2007 12:14:30 +0000 |
parents | 435648b07244 |
children | 3c89c681e0d6 |
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-$(EXTERNAL_VIDIX) += vosub_vidix.c 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