diff options
author | irungentoo <irungentoo@gmail.com> | 2013-10-26 15:53:20 -0700 |
---|---|---|
committer | irungentoo <irungentoo@gmail.com> | 2013-10-26 15:53:20 -0700 |
commit | 8acdb7cf8de967c4cecfa011607694d2261e5e3e (patch) | |
tree | 3fdc4becb5dc6414971193718280658063dd5956 /toxmsi/AV_codec.h | |
parent | 05a5184dc028789625831d2fd929759ea74846fb (diff) | |
parent | 3116336b836b73fa9ec1d8b3f8dc2c299f586801 (diff) |
Merge pull request #633 from Martijnvdc/master
Small changes to A/V
Diffstat (limited to 'toxmsi/AV_codec.h')
-rw-r--r-- | toxmsi/AV_codec.h | 4 |
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 | ||
78 | SDL_Surface *screen; | 78 | extern SDL_Surface *screen; |
79 | 79 | ||
80 | typedef struct { | 80 | typedef struct { |
81 | SDL_Overlay *bmp; | 81 | SDL_Overlay *bmp; |