summaryrefslogtreecommitdiff
path: root/toxmsi/AV_codec.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxmsi/AV_codec.h')
-rw-r--r--toxmsi/AV_codec.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/toxmsi/AV_codec.h b/toxmsi/AV_codec.h
index 641cf486..bf5951d2 100644
--- a/toxmsi/AV_codec.h
+++ b/toxmsi/AV_codec.h
@@ -38,7 +38,7 @@
38#include "../toxrtp/toxrtp.h" 38#include "../toxrtp/toxrtp.h"
39#include "../toxcore/tox.h" 39#include "../toxcore/tox.h"
40 40
41#include <SDL.h> 41#include <SDL/SDL.h>
42#include <opus/opus.h> 42#include <opus/opus.h>
43 43
44/* ffmpeg VP8 codec ID */ 44/* ffmpeg VP8 codec ID */
@@ -75,7 +75,7 @@
75#define DEFAULT_WEBCAM "0" 75#define DEFAULT_WEBCAM "0"
76#endif 76#endif
77 77
78SDL_Surface *screen; 78extern SDL_Surface *screen;
79 79
80typedef struct { 80typedef struct {
81 SDL_Overlay *bmp; 81 SDL_Overlay *bmp;