view libvo/Makefile @ 22696:3eba30a92c20

Remove empty directory.
author diego
date Sun, 18 Mar 2007 13:08:10 +0000
parents c0348807eabd
children 435648b07244
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

CFLAGS-$(CONFIG_LIBAVUTIL) +=  -I../libavutil

include ../mpcommon.mak