Mercurial > mplayer.hg
view libvo/Makefile @ 24597:27ffe16edf57
r24550: msglevel 5 is the default.
r24551: Clarify description of MPLAYER_VERBOSE.
r24558: Clarify the relationship between -msglevel and MPLAYER_VERBOSE.
r24573: Implement setting gain control for video devices (usually webcams)
in v4l2 tv:// driver.
r24592: Change outdated note for -subfps
author | kraymer |
---|---|
date | Tue, 25 Sep 2007 19:49:03 +0000 |
parents | b0454664f1e0 |
children | 03e503db705a |
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 $@ $< vo_png.o: CFLAGS := $(filter-out -I../libavcodec,$(CFLAGS))