summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
Diffstat (limited to 'libvo')
-rw-r--r--libvo/Makefile11
1 files changed, 1 insertions, 10 deletions
diff --git a/libvo/Makefile b/libvo/Makefile
index 77e5100966..b07c0ab62f 100644
--- a/libvo/Makefile
+++ b/libvo/Makefile
@@ -1,12 +1,9 @@
include ../config.mak
-LIBNAME = libvo.a
LIBNAME2 = libosd.a
-
-LIBS =$(LIBNAME2)
ifeq ($(MPLAYER),yes)
-LIBS+=$(LIBNAME)
+LIBNAME = libvo.a
endif
SRCS=aspect.c \
@@ -45,9 +42,3 @@ include ../mpcommon.mak
.m.o:
$(CC) -c $(CFLAGS) -o $@ $<
-
-all: $(LIBS)
-
-$(LIBNAME2): $(OBJS2)
- $(AR) r $@ $^
- $(RANLIB) $@