summaryrefslogtreecommitdiffstats
path: root/libao2/Makefile
diff options
context:
space:
mode:
authoranders <anders@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-20 15:30:22 +0000
committeranders <anders@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-20 15:30:22 +0000
commit30c2c12d50b1b6b3b2dda4ecc9ce40e951f57b33 (patch)
treefacfd96b7b63c5d3ef24cea4c7929d890a234b38 /libao2/Makefile
parent12dd9ded9cb31217a9a43a5404e35c0b1559becf (diff)
downloadmpv-30c2c12d50b1b6b3b2dda4ecc9ce40e951f57b33.tar.bz2
mpv-30c2c12d50b1b6b3b2dda4ecc9ce40e951f57b33.tar.xz
Added plugin for fractional resampling (alpha code)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3632 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libao2/Makefile')
-rw-r--r--libao2/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/libao2/Makefile b/libao2/Makefile
index 1ae0862619..fe4a787fbc 100644
--- a/libao2/Makefile
+++ b/libao2/Makefile
@@ -4,7 +4,8 @@ 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 $(OPTIONAL_SRCS)
+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 $(OPTIONAL_SRCS)
+
OBJS=$(SRCS:.c=.o)
CFLAGS = $(OPTFLAGS) -I. -I.. $(SDL_INC) $(X11_INC) $(EXTRA_INC)