[vlc-commits] [Git][videolan/vlc][master] vout/android: fix android_getEnvCommon definition warning
Jean-Baptiste Kempf (@jbk)
gitlab at videolan.org
Wed Apr 26 16:13:48 UTC 2023
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC
Commits:
2a453056 by Steve Lhomme at 2023-04-26T14:15:40+00:00
vout/android: fix android_getEnvCommon definition warning
../../modules/video_output/android/env.c:62:1: warning: no previous prototype for function 'android_getEnvCommon' [-Wmissing-prototypes]
android_getEnvCommon(vlc_object_t *p_obj, JavaVM *jvm, const char *psz_name)
- - - - -
1 changed file:
- modules/video_output/android/env.c
Changes:
=====================================
modules/video_output/android/env.c
=====================================
@@ -26,6 +26,7 @@
#endif
#include "utils.h"
+#include "env.h"
#include <dlfcn.h>
#include <jni.h>
#include <pthread.h>
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/2a45305669ec8f96eec488e6f9d636c3af52fed4
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/2a45305669ec8f96eec488e6f9d636c3af52fed4
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list