1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-08-05 08:06:42 +02:00

VAD sort of works

This commit is contained in:
mannol
2014-06-21 01:58:00 +02:00
parent 7ccf4b6432
commit 29b283c176
13 changed files with 314 additions and 434 deletions

View File

@@ -56,7 +56,9 @@ toxic_LDADD = $(LIBTOXCORE_LDFLAGS) \
if BUILD_AV
toxic_SOURCES += $(top_srcdir)/src/audio_call.c \
$(top_srcdir)/src/audio_call.h
$(top_srcdir)/src/audio_call.h \
$(top_srcdir)/src/device.c \
$(top_srcdir)/src/device.h
toxic_CFLAGS += $(LIBTOXAV_CFLAGS) \
$(OPENAL_CFLAGS)