Mercurial > mplayer.hg
diff 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 |
line wrap: on
line diff
--- a/libao2/Makefile Wed Nov 14 11:16:45 2001 +0000 +++ b/libao2/Makefile Wed Nov 14 11:35:25 2001 +0000 @@ -4,7 +4,7 @@ LIBNAME = libao2.a # TODO: moveout ao_sdl.c so it's only used when SDL is detected -SRCS=afmt.c audio_out.c ao_mpegpes.c ao_null.c ao_pcm.c $(OPTIONAL_SRCS) +SRCS=afmt.c audio_out.c ao_null.c ao_pcm.c $(OPTIONAL_SRCS) OBJS=$(SRCS:.c=.o) CFLAGS = $(OPTFLAGS) -I. -I.. $(SDL_INC) $(EXTRA_INC)