From 4e2837a2e8d66808a84a4db25d7e26d312490022 Mon Sep 17 00:00:00 2001 From: diego Date: Wed, 23 Apr 2008 10:07:50 +0000 Subject: Merge libvo/Makefile into top-level Makefile. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26509 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/Makefile | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 libvo/Makefile (limited to 'libvo') diff --git a/libvo/Makefile b/libvo/Makefile deleted file mode 100644 index f2840e9161..0000000000 --- a/libvo/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -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 $@ $< -- cgit v1.2.3