summaryrefslogtreecommitdiff
path: root/toxmsi/AV_codec.h
diff options
context:
space:
mode:
authorMartijn <martijnvdc@gmail.com>2013-10-28 13:51:48 +0100
committerMartijn <martijnvdc@gmail.com>2013-10-28 13:51:48 +0100
commit3d019fb115aafb5635c162a2cd0b61006bce9fc8 (patch)
tree20d58190fb0d2b6a5f4c693ceab41989febbd3fb /toxmsi/AV_codec.h
parentcb0316bf2ee40e373ac6c809b6526ab72d29f6df (diff)
added AV_codec.h to public headers
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 bf5951d2..7eea39ae 100644
--- a/toxmsi/AV_codec.h
+++ b/toxmsi/AV_codec.h
@@ -35,8 +35,8 @@
35#include <pthread.h> 35#include <pthread.h>
36#include <AL/al.h> 36#include <AL/al.h>
37#include <AL/alc.h> 37#include <AL/alc.h>
38#include "../toxrtp/toxrtp.h" 38#include "toxrtp.h"
39#include "../toxcore/tox.h" 39#include "tox.h"
40 40
41#include <SDL/SDL.h> 41#include <SDL/SDL.h>
42#include <opus/opus.h> 42#include <opus/opus.h>