Upstream version 5.34.92.0
[platform/framework/web/crosswalk.git] / src / third_party / ffmpeg / libswresample / Makefile
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 # Windows resource file
19 SLIBOBJS-$(HAVE_GNU_WINDRES) += swresampleres.o
20
21 TESTPROGS = swresample