Updated FFMPEG to version 1.1.2, using this project: http://sourceforge.net/projects/ffmpeg4android/
This commit is contained in:
18
project/jni/ffmpeg/libswresample/Makefile.android
Normal file
18
project/jni/ffmpeg/libswresample/Makefile.android
Normal file
@@ -0,0 +1,18 @@
|
||||
#include $(SUBDIR)../config.mak
|
||||
|
||||
NAME = swresample
|
||||
FFLIBS = avutil
|
||||
|
||||
HEADERS = swresample.h \
|
||||
version.h \
|
||||
|
||||
OBJS = audioconvert.o \
|
||||
dither.o \
|
||||
log2_tab.o \
|
||||
rematrix.o \
|
||||
resample.o \
|
||||
swresample.o \
|
||||
|
||||
OBJS-$(CONFIG_LIBSOXR) += soxr_resample.o
|
||||
|
||||
TESTPROGS = swresample
|
||||
Reference in New Issue
Block a user