From bd80de8ab66caaaf4feb012e472ba32339d65312 Mon Sep 17 00:00:00 2001 From: arpi Date: Sun, 9 Dec 2001 19:23:15 +0000 Subject: resample.c added - float->int conversion and channel ordering git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3413 b3059339-0415-0410-9bf9-f77b7e298cf2 --- liba52/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'liba52/Makefile') diff --git a/liba52/Makefile b/liba52/Makefile index 2fc4a8b097..4e1b763419 100644 --- a/liba52/Makefile +++ b/liba52/Makefile @@ -3,7 +3,7 @@ LIBNAME = liba52.a include ../config.mak -SRCS = bit_allocate.c bitstream.c downmix.c imdct.c imdct_mlib.c parse.c +SRCS = resample.c bit_allocate.c bitstream.c downmix.c imdct.c imdct_mlib.c parse.c OBJS = $(SRCS:.c=.o) CFLAGS = $(OPTFLAGS) -- cgit v1.2.3