comparison libao2/Makefile @ 2898:4c2db939183e

Had to remove ao_mpegpes.c from the Makefile since it depends on libvo/vo_mpegpes and doesn't like libvo2 =).
author mswitch
date Wed, 14 Nov 2001 11:35:25 +0000
parents 2c3ab498ac90
children 28bcf0ca1448
comparison
equal deleted inserted replaced
2897:283eab7c4c8e 2898:4c2db939183e
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 $(OPTIONAL_SRCS) 7 SRCS=afmt.c audio_out.c ao_null.c ao_pcm.c $(OPTIONAL_SRCS)
8 OBJS=$(SRCS:.c=.o) 8 OBJS=$(SRCS:.c=.o)
9 9
10 CFLAGS = $(OPTFLAGS) -I. -I.. $(SDL_INC) $(EXTRA_INC) 10 CFLAGS = $(OPTFLAGS) -I. -I.. $(SDL_INC) $(EXTRA_INC)
11 11
12 .SUFFIXES: .c .o 12 .SUFFIXES: .c .o