diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-03-13 12:10:57 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-03-13 12:10:57 +0000 |
commit | 60b39e278621374569859f78170c1c170bf84c85 (patch) | |
tree | a534407525d96137730d8880e7dfe07d93f77f60 /tremor/Makefile | |
parent | 39414b500ab130de25730121b5a5bb4c03f4ad32 (diff) | |
download | mpv-60b39e278621374569859f78170c1c170bf84c85.tar.bz2 mpv-60b39e278621374569859f78170c1c170bf84c85.tar.xz |
Give more descriptive names to the source and library variables and split
between common, MPlayer-specific and MEncoder-specific parts.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22546 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'tremor/Makefile')
-rw-r--r-- | tremor/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/tremor/Makefile b/tremor/Makefile index a3574905d3..ef02aa29aa 100644 --- a/tremor/Makefile +++ b/tremor/Makefile @@ -1,9 +1,8 @@ - -LIBNAME = libvorbisidec.a - include ../config.mak -SRCS = bitwise.c \ +LIBNAME_COMMON = libvorbisidec.a + +SRCS_COMMON = bitwise.c \ block.c \ codebook.c \ floor0.c \ |