summaryrefslogtreecommitdiffstats
path: root/libvo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/Makefile')
-rw-r--r--libvo/Makefile28
1 files changed, 0 insertions, 28 deletions
diff --git a/libvo/Makefile b/libvo/Makefile
deleted file mode 100644
index 7dd486a0f3..0000000000
--- a/libvo/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-include ../config.mak
-
-LIBNAME_COMMON = libosd.a
-LIBNAME_MPLAYER = libvo.a
-
-SRCS_MPLAYER = aspect.c \
- geometry.c \
- old_vo_wrapper.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 $@ $<