summaryrefslogtreecommitdiffstats
path: root/libao2
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-05-23 12:37:58 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-05-23 12:37:58 +0000
commit13fd5a7fca5f329e852cc68c613f1421dbf7e7ea (patch)
treee9a83b83d77650e1ff57a0733cf071f58ee69610 /libao2
parent022c06105f36428a77afb8f750d4e082bb7e287c (diff)
downloadmpv-13fd5a7fca5f329e852cc68c613f1421dbf7e7ea.tar.bz2
mpv-13fd5a7fca5f329e852cc68c613f1421dbf7e7ea.tar.xz
do it the standard way (tm)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10160 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libao2')
-rw-r--r--libao2/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/libao2/Makefile b/libao2/Makefile
index 33cc159465..2b1eb3f6b1 100644
--- a/libao2/Makefile
+++ b/libao2/Makefile
@@ -1,15 +1,9 @@
-
include config.mak
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 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)
-ifeq ($(MACOSX),yes)
-SRCS += ao_macosx.c
-endif
-
OBJS=$(SRCS:.c=.o)
CFLAGS = $(OPTFLAGS) -I. -I.. $(ARTS_INC) $(ESD_INC) $(SDL_INC) $(X11_INC) $(EXTRA_INC) $(DXR2_INC) $(DVB_INC)
@@ -43,4 +37,3 @@ depend:
ifneq ($(wildcard .depend),)
include .depend
endif
-