diff liba52/Makefile @ 3493:a4721884eaf5

Fix mediaLib compilation problem on solaris.
author jkeil
date Fri, 14 Dec 2001 20:14:59 +0000
parents 21d65a4ae3c9
children 831860fada69
line wrap: on
line diff
--- a/liba52/Makefile	Fri Dec 14 20:13:17 2001 +0000
+++ b/liba52/Makefile	Fri Dec 14 20:14:59 2001 +0000
@@ -6,7 +6,7 @@
 SRCS    = resample.c bit_allocate.c bitstream.c downmix.c imdct.c imdct_mlib.c parse.c
 OBJS	= $(SRCS:.c=.o)
 
-CFLAGS  = $(OPTFLAGS)
+CFLAGS  = $(MLIB_INC) $(OPTFLAGS) 
 
 .SUFFIXES: .c .o