[FFmpeg-devel] [PATCH 1/5] lavu: add JNI support

Zhang Rui bbcallen at gmail.com
Sat Oct 10 04:44:50 CEST 2015


2015-10-10 0:26 GMT+08:00 Matthieu Bouron <matthieu.bouron at gmail.com>:
> From: Matthieu Bouron <matthieu.bouron at stupeflix.com>
> +#include "config.h"
> +#include "jni.h"
> +#include "log.h"
> +
> +#include <stdlib.h>
> +
> +JavaVM *java_vm = NULL;

Maybe static is better for --enable-static.


More information about the ffmpeg-devel mailing list