mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-27 00:33:26 +01:00
Fix toxic build when toxav is not available
This commit is contained in:
parent
a5a7361370
commit
8024757e57
@ -440,10 +440,12 @@ if test "x$BUILD_AV" = "xyes"; then
|
|||||||
],
|
],
|
||||||
[
|
[
|
||||||
AC_MSG_NOTICE([No A/V library; disabling A/V support])
|
AC_MSG_NOTICE([No A/V library; disabling A/V support])
|
||||||
|
BUILD_AV="no"
|
||||||
])
|
])
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
AC_MSG_NOTICE([No openal library; disabling A/V support])
|
AC_MSG_NOTICE([No openal library; disabling A/V support])
|
||||||
|
BUILD_AV="no"
|
||||||
])
|
])
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ -33,7 +33,10 @@
|
|||||||
#include "chat.h"
|
#include "chat.h"
|
||||||
#include "friendlist.h"
|
#include "friendlist.h"
|
||||||
#include "misc_tools.h"
|
#include "misc_tools.h"
|
||||||
|
|
||||||
|
#ifdef _SUPPORT_AUDIO
|
||||||
#include "audio_call.h"
|
#include "audio_call.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
extern char *DATA_FILE;
|
extern char *DATA_FILE;
|
||||||
extern ToxWindow *prompt;
|
extern ToxWindow *prompt;
|
||||||
|
Loading…
Reference in New Issue
Block a user