Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
4349 Serge 1
include $(SUBDIR)../config.mak
2
 
3
NAME = swresample
4
FFLIBS = avutil
5
 
6
HEADERS = swresample.h                       \
7
          version.h                          \
8
 
9
OBJS = audioconvert.o                        \
10
       dither.o                              \
11
       rematrix.o                            \
12
       resample.o                            \
13
       swresample.o                          \
14
 
15
OBJS-$(CONFIG_LIBSOXR) += soxr_resample.o
16
OBJS-$(CONFIG_SHARED)  += log2_tab.o
17
 
18
TESTPROGS = swresample