1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-07-01 15:57:45 +02:00

Started with audio

This commit is contained in:
mannol 2014-02-23 00:00:34 +01:00
parent e775c51a06
commit fd86f01fd0
2 changed files with 22 additions and 0 deletions

14
src/audio_call.c Normal file
View File

@ -0,0 +1,14 @@
/*
* Toxic -- Tox Curses Client
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#ifdef _SUPPORT_AUDIO
#include <tox/toxav.h>
#error "Get me a kill"
#endif /* _SUPPORT_AUDIO */

8
src/audio_call.h Normal file
View File

@ -0,0 +1,8 @@
/*
* Toxic -- Tox Curses Client
*/
#ifndef _audio_h
#define _audio_h
#endif /* _audio_h */