Mercurial > mplayer.hg
comparison libao2/Makefile @ 1013:74d55f3c4680
libao->libao2 because of conflict with OMS's libao
author | arpi_esp |
---|---|
date | Mon, 04 Jun 2001 21:00:47 +0000 |
parents | 6d3a6d42c831 |
children | b36fb1ae4b53 |
comparison
equal
deleted
inserted
replaced
1012:f736cf67a5ab | 1013:74d55f3c4680 |
---|---|
1 | 1 |
2 include config.mak | 2 include config.mak |
3 | 3 |
4 LIBNAME = libao.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=audio_out.c ao_oss.c ao_null.c $(OPTIONAL_SRCS) | 7 SRCS=audio_out.c ao_oss.c ao_null.c $(OPTIONAL_SRCS) |
8 OBJS=$(SRCS:.c=.o) | 8 OBJS=$(SRCS:.c=.o) |
9 | 9 |