Skip to content
Snippets Groups Projects
Commit 1abec0dc authored by Romain Vimont's avatar Romain Vimont Committed by Thomas Guillem
Browse files

opengl: include vlc_common.h


Include vlc_common.h so that int64_t is defined.

Signed-off-by: default avatarThomas Guillem <thomas@gllm.fr>
parent 730ba374
No related branches found
No related tags found
No related merge requests found
Pipeline #12622 passed with stage
in 16 minutes and 13 seconds
......@@ -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"
......
......@@ -22,6 +22,7 @@
# include "config.h"
#endif
#include <vlc_common.h>
#include <vlc_plugin.h>
#include "interop.h"
#include "../../codec/vt_utils.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment