summaryrefslogtreecommitdiffstats
path: root/liba52
diff options
context:
space:
mode:
Diffstat (limited to 'liba52')
-rw-r--r--liba52/Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/liba52/Makefile b/liba52/Makefile
index 12e1684d51..9ddd8e6284 100644
--- a/liba52/Makefile
+++ b/liba52/Makefile
@@ -3,7 +3,15 @@ LIBNAME = liba52.a
include ../config.mak
-SRCS = crc.c resample.c bit_allocate.c bitstream.c downmix.c imdct.c imdct_mlib.c parse.c
+SRCS = crc.c \
+ resample.c \
+ bit_allocate.c \
+ bitstream.c \
+ downmix.c \
+ imdct.c \
+ imdct_mlib.c \
+ parse.c \
+
OBJS = $(SRCS:.c=.o)
CFLAGS = $(MLIB_INC) $(OPTFLAGS) -I..