From 60b39e278621374569859f78170c1c170bf84c85 Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 13 Mar 2007 12:10:57 +0000 Subject: 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 --- libfaad2/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'libfaad2') diff --git a/libfaad2/Makefile b/libfaad2/Makefile index 58b19e4c93..aa979e212e 100644 --- a/libfaad2/Makefile +++ b/libfaad2/Makefile @@ -1,9 +1,8 @@ - -LIBNAME = libfaad2.a - include ../config.mak -SRCS = bits.c \ +LIBNAME_COMMON = libfaad2.a + +SRCS_COMMON = bits.c \ cfft.c \ common.c \ decoder.c \ -- cgit v1.2.3