Merge tag 'v0.21.17'

release v0.21.17
This commit is contained in:
Max Kellermann
2019-12-16 23:43:51 +01:00
18 changed files with 94 additions and 23 deletions

View File

@@ -33,6 +33,7 @@
#include <curl/curl.h>
#include <algorithm>
#include <stdexcept>
/**
* OO wrapper for "struct curl_slist *".

View File

@@ -35,6 +35,8 @@
#include <array>
#include <stdint.h>
template<typename T> struct ConstBuffer;
namespace Gcrypt {

View File

@@ -25,6 +25,7 @@
#include "util/ASCII.hxx"
#include <utility>
#include <stdexcept>
#include <assert.h>
#include <string.h>

View File

@@ -52,6 +52,9 @@ xiph = static_library(
'VorbisPicture.cxx',
'XiphTags.cxx',
include_directories: inc,
dependencies: [
libvorbis_dep,
],
)
xiph_dep = declare_dependency(