summaryrefslogtreecommitdiffstats
path: root/libaf/Makefile
diff options
context:
space:
mode:
authormichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-10-21 03:32:31 +0000
committermichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-10-21 03:32:31 +0000
commit7981c2e20b4fff03657d78dc7b63a8f5064ee9bc (patch)
tree96e85fab7bfc5cea34a5a117083b9a1a5c3e40f2 /libaf/Makefile
parent05e19b3333de6332a9952ab6bf94a29de067656e (diff)
downloadmpv-7981c2e20b4fff03657d78dc7b63a8f5064ee9bc.tar.bz2
mpv-7981c2e20b4fff03657d78dc7b63a8f5064ee9bc.tar.xz
libavcodec resampling ...
libaf doesnt seem to support planar audio, so we need to convert it :( git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13714 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libaf/Makefile')
-rw-r--r--libaf/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libaf/Makefile b/libaf/Makefile
index 188a0cee0a..3eacc3b7f6 100644
--- a/libaf/Makefile
+++ b/libaf/Makefile
@@ -2,7 +2,7 @@ include ../config.mak
LIBNAME = libaf.a
-SRCS=af.c af_mp.c af_dummy.c af_delay.c af_channels.c af_format.c af_resample.c window.c filter.c af_volume.c af_equalizer.c af_tools.c af_comp.c af_gate.c af_pan.c af_surround.c af_sub.c af_export.c af_volnorm.c af_extrastereo.c
+SRCS=af.c af_mp.c af_dummy.c af_delay.c af_channels.c af_format.c af_resample.c window.c filter.c af_volume.c af_equalizer.c af_tools.c af_comp.c af_gate.c af_pan.c af_surround.c af_sub.c af_export.c af_volnorm.c af_extrastereo.c af_lavcresample.c
OBJS=$(SRCS:.c=.o)