mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-12 23:33:03 +01:00
Started with audio
This commit is contained in:
parent
e775c51a06
commit
fd86f01fd0
14
src/audio_call.c
Normal file
14
src/audio_call.c
Normal 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
8
src/audio_call.h
Normal file
@ -0,0 +1,8 @@
|
||||
/*
|
||||
* Toxic -- Tox Curses Client
|
||||
*/
|
||||
|
||||
#ifndef _audio_h
|
||||
#define _audio_h
|
||||
|
||||
#endif /* _audio_h */
|
Loading…
Reference in New Issue
Block a user