summaryrefslogtreecommitdiff
path: root/testing
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2017-01-15 16:16:16 +0000
committeriphydf <iphydf@users.noreply.github.com>2017-12-28 23:01:41 +0000
commitf2b6090eca42f4a364ef7517c5eec6d472e9b5f6 (patch)
tree3e83bf92287d822fef55f44e2ed3b9e1157c061e /testing
parent83377e6865dcf8aaf3652fde3d70d73c2a48b2cb (diff)
Generate only one large library "libtoxcore".
This library contains all the code for the old libtoxcore, libtoxav, libtoxdns, and libtoxencryptsave. The build for toxav is still optional, and disabling it causes libtoxcore to simply not contain those symbols and the pkg-config file to not include opus and vpx as dependencies.
Diffstat (limited to 'testing')
-rw-r--r--testing/hstox/binary_decode.c2
-rw-r--r--testing/hstox/binary_encode.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/testing/hstox/binary_decode.c b/testing/hstox/binary_decode.c
index 588b9a7c..5f66063b 100644
--- a/testing/hstox/binary_decode.c
+++ b/testing/hstox/binary_decode.c
@@ -1,4 +1,4 @@
1#define _BSD_SOURCE 1#define _DEFAULT_SOURCE
2#include "methods.h" 2#include "methods.h"
3 3
4#include "byteswap.h" 4#include "byteswap.h"
diff --git a/testing/hstox/binary_encode.c b/testing/hstox/binary_encode.c
index aad94f5f..ba412e13 100644
--- a/testing/hstox/binary_encode.c
+++ b/testing/hstox/binary_encode.c
@@ -1,4 +1,4 @@
1#define _BSD_SOURCE 1#define _DEFAULT_SOURCE
2#include "methods.h" 2#include "methods.h"
3 3
4#include "byteswap.h" 4#include "byteswap.h"