summaryrefslogtreecommitdiffstats
path: root/liba52/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'liba52/Makefile')
-rw-r--r--liba52/Makefile16
1 files changed, 0 insertions, 16 deletions
diff --git a/liba52/Makefile b/liba52/Makefile
deleted file mode 100644
index 4f80402832..0000000000
--- a/liba52/Makefile
+++ /dev/null
@@ -1,16 +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)
- $(CC) $(CFLAGS) -o $@ $^ -lm