Updated FFMPEG to version 1.1.2, using this project: http://sourceforge.net/projects/ffmpeg4android/
This commit is contained in:
16
project/jni/ffmpeg/libavresample/Makefile.android
Normal file
16
project/jni/ffmpeg/libavresample/Makefile.android
Normal file
@@ -0,0 +1,16 @@
|
||||
NAME = avresample
|
||||
FFLIBS = avutil
|
||||
|
||||
HEADERS = avresample.h \
|
||||
version.h \
|
||||
|
||||
OBJS = audio_convert.o \
|
||||
audio_data.o \
|
||||
audio_mix.o \
|
||||
audio_mix_matrix.o \
|
||||
dither.o \
|
||||
options.o \
|
||||
resample.o \
|
||||
utils.o \
|
||||
|
||||
TESTPROGS = avresample
|
||||
Reference in New Issue
Block a user