diff options
author | arpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-06-04 21:00:47 +0000 |
---|---|---|
committer | arpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-06-04 21:00:47 +0000 |
commit | 72dc776c7eb0287330b5987085a8d87feb522ade (patch) | |
tree | 40f3fc2dfd600b7737e8ab9727dbd5413dc3ad66 /libao2 | |
parent | 2f94a01d8bb62bdbcdb4cc5c38e7c575bd78b04f (diff) | |
download | mpv-72dc776c7eb0287330b5987085a8d87feb522ade.tar.bz2 mpv-72dc776c7eb0287330b5987085a8d87feb522ade.tar.xz |
libao->libao2 because of conflict with OMS's libao
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1014 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libao2')
-rw-r--r-- | libao2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libao2/Makefile b/libao2/Makefile index ddf755f04e..267078ff63 100644 --- a/libao2/Makefile +++ b/libao2/Makefile @@ -1,7 +1,7 @@ include config.mak -LIBNAME = libao.a +LIBNAME = libao2.a # TODO: moveout ao_sdl.c so it's only used when SDL is detected SRCS=audio_out.c ao_oss.c ao_null.c $(OPTIONAL_SRCS) |