comparison libao2/Makefile @ 3631:5f5189ac6a41

Added plugin for fractional resampling (alpha code)
author anders
date Thu, 20 Dec 2001 15:30:22 +0000
parents 72e299c83b4f
children c72b386debb4
comparison
equal deleted inserted replaced
3630:f24527fc1b79 3631:5f5189ac6a41
2 include config.mak 2 include config.mak
3 3
4 LIBNAME = libao2.a 4 LIBNAME = libao2.a
5 5
6 # TODO: moveout ao_sdl.c so it's only used when SDL is detected 6 # TODO: moveout ao_sdl.c so it's only used when SDL is detected
7 SRCS=afmt.c audio_out.c ao_mpegpes.c ao_null.c ao_pcm.c ao_plugin.c pl_delay.c pl_format.c pl_surround.c remez.c $(OPTIONAL_SRCS) 7 SRCS=afmt.c audio_out.c ao_mpegpes.c ao_null.c ao_pcm.c ao_plugin.c pl_delay.c pl_format.c pl_surround.c remez.c pl_resample.c $(OPTIONAL_SRCS)
8
8 OBJS=$(SRCS:.c=.o) 9 OBJS=$(SRCS:.c=.o)
9 10
10 CFLAGS = $(OPTFLAGS) -I. -I.. $(SDL_INC) $(X11_INC) $(EXTRA_INC) 11 CFLAGS = $(OPTFLAGS) -I. -I.. $(SDL_INC) $(X11_INC) $(EXTRA_INC)
11 12
12 .SUFFIXES: .c .o 13 .SUFFIXES: .c .o