renamed AV_codec to toxmedia

This commit is contained in:
Martijn 2013-10-28 14:19:38 +01:00
parent 3d019fb115
commit 5971d8f795
5 changed files with 5 additions and 6 deletions

View File

@ -4,7 +4,7 @@ lib_LTLIBRARIES += libtoxmsi.la
libtoxmsi_la_include_HEADERS = \
../toxmsi/toxmsi.h \
../toxmsi/AV_codec.h
../toxmsi/toxmedia.h
libtoxmsi_la_includedir = $(includedir)/tox
@ -36,8 +36,7 @@ libtoxmsi_la_LIBS = $(NACL_LIBS)
noinst_PROGRAMS += phone
phone_SOURCES = ../toxmsi/phone.c \
../toxmsi/AV_codec.h \
../toxmsi/AV_codec.c
../toxmsi/toxmedia.c
phone_CFLAGS = -I../toxcore \
-I../toxrtp \

View File

@ -16,7 +16,7 @@
#include <stdlib.h>
/* #include <termios.h> Can this be removed? */
#include <pthread.h>
#include "AV_codec.h"
#include "toxmedia.h"

View File

@ -8,7 +8,7 @@
#include "../toxrtp/tests/test_helper.h"
#include <assert.h>
#include <pthread.h>
#include "AV_codec.h"
#include "toxmedia.h"
/* Define client version */
#define _USERAGENT "tox_phone-v.0.2.1"

View File

@ -46,7 +46,7 @@
#include "../toxrtp/toxrtp_message.h"
#include "../toxrtp/tests/test_helper.h"
#include "phone.h"
#include "AV_codec.h"
#include "toxmedia.h"
SDL_Surface *screen;