On Tue, Aug 02, 2016 at 01:38:40PM -0700, Timothy Gu wrote: > --- > libavcodec/jni.c | 2 +- > libavcodec/mediacodec.c | 4 ++-- > 2 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/libavcodec/jni.c b/libavcodec/jni.c > index 32456f5..e08a185 100644 > --- a/libavcodec/jni.c > +++ b/libavcodec/jni.c > @@ -69,7 +69,7 @@ void *av_jni_get_java_vm(void *log_ctx) > > int av_jni_set_java_vm(void *vm, void *log_ctx) > { > - return 0; > + return AVERROR(ENOSYS); > }
libavcodec/jni.c: In function ‘av_jni_set_java_vm’: libavcodec/jni.c:72:5: error: implicit declaration of function ‘AVERROR’ [-Werror=implicit-function-declaration] libavcodec/jni.c:72:20: error: ‘ENOSYS’ undeclared (first use in this function) libavcodec/jni.c:72:20: note: each undeclared identifier is reported only once for each function it appears in libavcodec/jni.c:73:1: error: control reaches end of non-void function [-Werror=return-type] [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Freedom in capitalist society always remains about the same as it was in ancient Greek republics: Freedom for slave owners. -- Vladimir Lenin
signature.asc
Description: Digital signature
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel