summaryrefslogtreecommitdiff
path: root/toxav/Makefile.inc
diff options
context:
space:
mode:
authormannol <eniz_vukovic@hotmail.com>2014-07-03 16:58:00 +0200
committermannol <eniz_vukovic@hotmail.com>2014-07-03 16:58:00 +0200
commitd3560a3a77dea199d25d0209288e07aeb5909abb (patch)
treebbf908194bebc0b28e7d62d21fe4e83b68ccdd2e /toxav/Makefile.inc
parentaeaf997ca57052a1589699c8ddfd9a75ca398180 (diff)
Removed redundant code and fixed toxav codec actions being called when call inactive
Diffstat (limited to 'toxav/Makefile.inc')
-rw-r--r--toxav/Makefile.inc4
1 files changed, 1 insertions, 3 deletions
diff --git a/toxav/Makefile.inc b/toxav/Makefile.inc
index fdd20a26..de8ef8ff 100644
--- a/toxav/Makefile.inc
+++ b/toxav/Makefile.inc
@@ -4,9 +4,7 @@ lib_LTLIBRARIES += libtoxav.la
4libtoxav_la_include_HEADERS = ../toxav/toxav.h 4libtoxav_la_include_HEADERS = ../toxav/toxav.h
5libtoxav_la_includedir = $(includedir)/tox 5libtoxav_la_includedir = $(includedir)/tox
6 6
7libtoxav_la_SOURCES = ../toxav/event.h \ 7libtoxav_la_SOURCES = ../toxav/rtp.h \
8 ../toxav/event.c \
9 ../toxav/rtp.h \
10 ../toxav/rtp.c \ 8 ../toxav/rtp.c \
11 ../toxav/msi.h \ 9 ../toxav/msi.h \
12 ../toxav/msi.c \ 10 ../toxav/msi.c \