vlc | branch: master | Romain Vimont <[email protected]> | Mon Jan 13 11:54:31 2020 +0100| [1abec0dcf3e25807539c9e42a0e6dd81c4904173] | committer: Thomas Guillem
opengl: include vlc_common.h Include vlc_common.h so that int64_t is defined. Signed-off-by: Thomas Guillem <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1abec0dcf3e25807539c9e42a0e6dd81c4904173 --- modules/video_output/opengl/interop_android.c | 1 + modules/video_output/opengl/interop_cvpx.c | 1 + 2 files changed, 2 insertions(+) diff --git a/modules/video_output/opengl/interop_android.c b/modules/video_output/opengl/interop_android.c index 4f9dcdb618..47b4bab328 100644 --- a/modules/video_output/opengl/interop_android.c +++ b/modules/video_output/opengl/interop_android.c @@ -26,6 +26,7 @@ # error this file must be built from android #endif +#include <vlc_common.h> #include <vlc_plugin.h> #include "interop.h" #include "../android/utils.h" diff --git a/modules/video_output/opengl/interop_cvpx.c b/modules/video_output/opengl/interop_cvpx.c index 48bddb2473..00171398e3 100644 --- a/modules/video_output/opengl/interop_cvpx.c +++ b/modules/video_output/opengl/interop_cvpx.c @@ -22,6 +22,7 @@ # include "config.h" #endif +#include <vlc_common.h> #include <vlc_plugin.h> #include "interop.h" #include "../../codec/vt_utils.h" _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
