Update libffmpeg with latest changes for Windows (32-bit) and MacOS X (universal library i386, x86_64 and PPC). It adds possibility to set interresting parameters (max B-frame, number of references, ...) in ffmpeg in order to provide better video streaming optimization.

cusax-fix
Sebastien Vincent 16 years ago
parent bceb057efe
commit 22089e5bcc

Binary file not shown.

Binary file not shown.

@ -11,7 +11,7 @@ CPPFLAGS=-DJNI_IMPLEMENTATION \
# MacOS X configuration
#CPPFLAGS+=-I$(JAVA_HOME)/Headers/
#LDFLAGS=-dynamiclib -Wl,-read_only_relocs,suppress -arch ppc -arch x86_64 -arch i386
#LDFLAGS=-dynamiclib -Wl,-read_only_relocs,suppress
#TARGET=../../../lib/native/mac/libffmpeg.jnilib
# Windows configuration

Loading…
Cancel
Save