Mercurial > hg > pmhd
view ffmpeg/libswresample/Makefile @ 13:844d341cf643 tip
Back up before ISMIR
author | Yading Song <yading.song@eecs.qmul.ac.uk> |
---|---|
date | Thu, 31 Oct 2013 13:17:06 +0000 |
parents | f445c3017523 |
children |
line wrap: on
line source
include $(SUBDIR)../config.mak NAME = swresample FFLIBS = avutil HEADERS = swresample.h \ version.h \ OBJS = audioconvert.o \ dither.o \ rematrix.o \ resample.o \ swresample.o \ OBJS-$(CONFIG_LIBSOXR) += soxr_resample.o OBJS-$(CONFIG_SHARED) += log2_tab.o TESTPROGS = swresample