summaryrefslogtreecommitdiffstats
path: root/liba52
diff options
context:
space:
mode:
Diffstat (limited to 'liba52')
-rw-r--r--liba52/Makefile15
1 files changed, 0 insertions, 15 deletions
diff --git a/liba52/Makefile b/liba52/Makefile
deleted file mode 100644
index 4ecba8ae59..0000000000
--- a/liba52/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-include ../config.mak
-
-LIBNAME_COMMON = liba52.a
-
-SRCS_COMMON = crc.c \
- resample.c \
- bit_allocate.c \
- bitstream.c \
- downmix.c \
- imdct.c \
- parse.c \
-
-include ../mpcommon.mak
-
-test: test.c ../cpudetect.o $(LIBNAME_COMMON)