mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
renamed AV_codec to toxmedia
This commit is contained in:
parent
3d019fb115
commit
5971d8f795
|
@ -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 \
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
#include <stdlib.h>
|
||||
/* #include <termios.h> Can this be removed? */
|
||||
#include <pthread.h>
|
||||
#include "AV_codec.h"
|
||||
#include "toxmedia.h"
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user