summaryrefslogtreecommitdiffstats
path: root/tremor
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-04-22 23:05:27 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-04-22 23:05:27 +0000
commit36add9a774d328e448621780518477c84888fd08 (patch)
treebf98ea211bd0bc977f982ae8a006aedcde6d4a08 /tremor
parent8784ae223db23a8c975fd0ddc0174637e0ce4076 (diff)
downloadmpv-36add9a774d328e448621780518477c84888fd08.tar.bz2
mpv-36add9a774d328e448621780518477c84888fd08.tar.xz
Merge tremor/Makefile into top-level Makefile.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26503 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'tremor')
-rw-r--r--tremor/Makefile20
1 files changed, 0 insertions, 20 deletions
diff --git a/tremor/Makefile b/tremor/Makefile
deleted file mode 100644
index 2817bc685b..0000000000
--- a/tremor/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-include ../config.mak
-
-LIBNAME_COMMON = tremor.a
-
-SRCS_COMMON = bitwise.c \
- block.c \
- codebook.c \
- floor0.c \
- floor1.c \
- framing.c \
- info.c \
- mapping0.c \
- mdct.c \
- registry.c \
- res012.c \
- sharedbook.c \
- synthesis.c \
- window.c \
-
-include ../mpcommon.mak