summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libmpcodecs/Makefile')
-rw-r--r--libmpcodecs/Makefile11
1 files changed, 1 insertions, 10 deletions
diff --git a/libmpcodecs/Makefile b/libmpcodecs/Makefile
index 12289c95e3..555aa09550 100644
--- a/libmpcodecs/Makefile
+++ b/libmpcodecs/Makefile
@@ -2,11 +2,8 @@
include ../config.mak
LIBNAME = libmpcodecs.a
-LIBNAME2 = libmpencoders.a
-
-LIBS =$(LIBNAME)
ifeq ($(MENCODER),yes)
-LIBS+=$(LIBNAME2)
+LIBNAME2 = libmpencoders.a
endif
SRCS = native/minilzo.c \
@@ -176,12 +173,6 @@ CFLAGS = -I.. \
include ../mpcommon.mak
-all: $(LIBS)
-
-$(LIBNAME2): $(OBJS2)
- $(AR) r $@ $^
- $(RANLIB) $@
-
clean::
rm -f native/*.o native/*.a native/*~