Move generator to nativez-gen.
authorMichael Zucchi <michael@swordfish.com.au>
Mon, 22 Apr 2019 09:19:35 +0000 (18:49 +0930)
committerMichael Zucchi <michael@swordfish.com.au>
Mon, 22 Apr 2019 09:19:35 +0000 (18:49 +0930)
commitc0842c7de33a5f8aec1b78e52ca1012f0ed7d2eb
tree4c953a03b5ac03d5c728693070f0ccd1fbc028d6
parentb20d0bb3e25ab189ed65dd733296e33d4877df69
Move generator to nativez-gen.
Fix for various nativez changes.
Split library table into per-platform files.
Linux can optionally use the major version number in the .so library name.
 - this is enabled by default.
Update java.make.
20 files changed:
config.make
java.make
src/notzed.jjmpeg/jni/extract-proto.pl [deleted file]
src/notzed.jjmpeg/jni/jj-avcodec.c
src/notzed.jjmpeg/jni/jj-avcodeccontext.c
src/notzed.jjmpeg/jni/jj-avcodecparameters.c
src/notzed.jjmpeg/jni/jj-avdevice.c
src/notzed.jjmpeg/jni/jj-avformatcontext.c
src/notzed.jjmpeg/jni/jj-avframe.c
src/notzed.jjmpeg/jni/jj-aviocontext.c
src/notzed.jjmpeg/jni/jj-avmisc.c
src/notzed.jjmpeg/jni/jj-avoptions.c
src/notzed.jjmpeg/jni/jj-avpacket.c
src/notzed.jjmpeg/jni/jj-avstream.c
src/notzed.jjmpeg/jni/jj-avutil.c
src/notzed.jjmpeg/jni/jjmpeg-jni.c
src/notzed.jjmpeg/jni/jjmpeg-linux.c [new file with mode: 0644]
src/notzed.jjmpeg/jni/jjmpeg-windows.c [new file with mode: 0644]
src/notzed.jjmpeg/jni/jjmpeg.h
src/notzed.jjmpeg/jni/jni.make