1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-03 15:06:45 +02:00

Progress on implementing v4l2 in video_device.*

This commit is contained in:
cnhenry
2015-07-19 09:51:35 -05:00
parent a33e5f4bec
commit 8f28f1d748
6 changed files with 364 additions and 28 deletions

View File

@ -20,8 +20,8 @@
*
*/
#ifndef AUDIO_H
#define AUDIO_H
#ifndef AUDIO_CALL_H
#define AUDIO_CALL_H
#include <tox/toxav.h>
@ -48,4 +48,4 @@ int start_transmission(ToxWindow *self, Call *call);
int stop_transmission(Call *call, int friend_number);
void stop_current_call(ToxWindow *self);
#endif /* AUDIO_H */
#endif /* AUDIO_CALL_H */