summaryrefslogtreecommitdiff
path: root/toxav
diff options
context:
space:
mode:
authormannol <eniz_vukovic@hotmail.com>2014-02-23 23:13:38 +0100
committermannol <eniz_vukovic@hotmail.com>2014-02-23 23:13:38 +0100
commit4888d916d037e371c88d39951f24f6ef4219c7cc (patch)
tree7d7b19e050ab0df0f09ba1d3f5ec54ebb97a1472 /toxav
parentbc61d969e0f4c1d0652b1141b1cc8e51df970bd5 (diff)
pkg-config and av
Diffstat (limited to 'toxav')
-rw-r--r--toxav/Makefile.inc8
-rw-r--r--toxav/event.c3
-rw-r--r--toxav/msi.c3
3 files changed, 3 insertions, 11 deletions
diff --git a/toxav/Makefile.inc b/toxav/Makefile.inc
index 30879f65..b5953f8f 100644
--- a/toxav/Makefile.inc
+++ b/toxav/Makefile.inc
@@ -19,8 +19,7 @@ libtoxav_la_SOURCES = ../toxav/event.h \
19libtoxav_la_CFLAGS = -I../toxcore \ 19libtoxav_la_CFLAGS = -I../toxcore \
20 -I../toxav \ 20 -I../toxav \
21 $(NACL_CFLAGS) \ 21 $(NACL_CFLAGS) \
22 $(OPUS_CFLAGS) \ 22 $(AV_CFLAGS) \
23 $(VPX_CFLAGS) \
24 $(PTHREAD_CFLAGS) 23 $(PTHREAD_CFLAGS)
25 24
26libtoxav_la_LDFLAGS = $(TOXAV_LT_LDFLAGS) \ 25libtoxav_la_LDFLAGS = $(TOXAV_LT_LDFLAGS) \
@@ -28,9 +27,8 @@ libtoxav_la_LDFLAGS = $(TOXAV_LT_LDFLAGS) \
28 $(EXTRA_LT_LDFLAGS) 27 $(EXTRA_LT_LDFLAGS)
29 28
30libtoxav_la_LIBS = $(NACL_LIBS) \ 29libtoxav_la_LIBS = $(NACL_LIBS) \
31 $(OPUS_LIBS) \ 30 $(PTHREAD_LIBS) \
32 $(VPX_LIBS) \ 31 $(AV_LIBS)
33 $(PTHREAD_LIBS)
34 32
35 33
36endif 34endif
diff --git a/toxav/event.c b/toxav/event.c
index f79fd60e..ffda35ec 100644
--- a/toxav/event.c
+++ b/toxav/event.c
@@ -29,9 +29,6 @@
29#include <stdlib.h> 29#include <stdlib.h>
30#include "event.h" 30#include "event.h"
31 31
32#include "../toxcore/util.h"
33#include "../toxcore/network.h"
34
35#define _GNU_SOURCE 32#define _GNU_SOURCE
36 33
37#include <assert.h> 34#include <assert.h>
diff --git a/toxav/msi.c b/toxav/msi.c
index fda0dd3e..e5e1e1c5 100644
--- a/toxav/msi.c
+++ b/toxav/msi.c
@@ -30,9 +30,6 @@
30 30
31#include "msi.h" 31#include "msi.h"
32#include "event.h" 32#include "event.h"
33#include "../toxcore/util.h"
34#include "../toxcore/network.h"
35#include "../toxcore/Messenger.h"
36 33
37#include <assert.h> 34#include <assert.h>
38#include <unistd.h> 35#include <unistd.h>