Mercurial > mplayer.hg
comparison libao2/Makefile @ 8574:6690cdc35a08
Oops, missing Makefile in the esd audio driver check-in; libao2 Makefile needs
esd include flags
author | jkeil |
---|---|
date | Fri, 27 Dec 2002 16:20:02 +0000 |
parents | 97857ca97a8f |
children | f2725d6717bd |
comparison
equal
deleted
inserted
replaced
8573:b2e4f9dab7ad | 8574:6690cdc35a08 |
---|---|
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 pl_resample.c pl_volume.c pl_extrastereo.c pl_volnorm.c pl_eq.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 pl_volume.c pl_extrastereo.c pl_volnorm.c pl_eq.c $(OPTIONAL_SRCS) |
8 | 8 |
9 OBJS=$(SRCS:.c=.o) | 9 OBJS=$(SRCS:.c=.o) |
10 | 10 |
11 CFLAGS = $(OPTFLAGS) -I. -I.. $(ARTS_INC) $(SDL_INC) $(X11_INC) $(EXTRA_INC) $(DXR2_INC) $(DVB_INC) | 11 CFLAGS = $(OPTFLAGS) -I. -I.. $(ARTS_INC) $(ESD_INC) $(SDL_INC) $(X11_INC) $(EXTRA_INC) $(DXR2_INC) $(DVB_INC) |
12 | 12 |
13 .SUFFIXES: .c .o | 13 .SUFFIXES: .c .o |
14 | 14 |
15 # .PHONY: all clean | 15 # .PHONY: all clean |
16 | 16 |