summaryrefslogtreecommitdiff
path: root/libswresample/Makefile
blob: d85ed8be880877bd209bffb9b50dd5e35cf3716a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
include $(SUBDIR)../config.mak

NAME = swresample
FFLIBS = avutil

HEADERS = swresample.h                       \
          version.h                          \

OBJS = audioconvert.o                        \
       dither.o                              \
       rematrix.o                            \
       resample.o                            \
       swresample.o                          \

TESTPROGS = swresample