Fix wrong setting of samplesize (must be bytes per sample, not bits)
[mplayer/glamo.git] / libvo / Makefile
blob866162b17c019c3f46dd1d14537caf0b4b4176e9
2 include ../config.mak
4 LIBNAME2 = libosd.a
5 ifeq ($(MPLAYER),yes)
6 LIBNAME = libvo.a
7 endif
9 SRCS=aspect.c \
10 geometry.c \
11 spuenc.c \
12 video_out.c \
13 vo_mpegpes.c \
14 vo_null.c \
15 vo_yuv4mpeg.c \
16 $(VO_SRCS) \
18 SRCS-$(EXTERNAL_VIDIX) += vosub_vidix.c
19 SRCS-$(VIDIX) += vosub_vidix.c
21 SRCS2 = aclib.c \
22 osd.c \
23 sub.c \
25 SRCS2-$(BITMAP_FONT) += font_load.c
26 SRCS2-$(FREETYPE) += font_load_ft.c
28 CFLAGS-$(CONFIG_LIBAVUTIL) += -I../libavutil
30 CFLAGS = -I../osdep
32 include ../mpcommon.mak