Merge branch 'v0.22.x'
This commit is contained in:
commit
e86d4db55c
@ -23,6 +23,8 @@
|
|||||||
#include "lib/curl/Form.hxx"
|
#include "lib/curl/Form.hxx"
|
||||||
#include "lib/yajl/Callbacks.hxx"
|
#include "lib/yajl/Callbacks.hxx"
|
||||||
|
|
||||||
|
#include <cassert>
|
||||||
|
|
||||||
using Wrapper = Yajl::CallbacksWrapper<QobuzLoginRequest::ResponseParser>;
|
using Wrapper = Yajl::CallbacksWrapper<QobuzLoginRequest::ResponseParser>;
|
||||||
static constexpr yajl_callbacks parse_callbacks = {
|
static constexpr yajl_callbacks parse_callbacks = {
|
||||||
nullptr,
|
nullptr,
|
||||||
|
@ -23,6 +23,8 @@
|
|||||||
#include "lib/yajl/Callbacks.hxx"
|
#include "lib/yajl/Callbacks.hxx"
|
||||||
#include "lib/yajl/ResponseParser.hxx"
|
#include "lib/yajl/ResponseParser.hxx"
|
||||||
|
|
||||||
|
#include <cassert>
|
||||||
|
|
||||||
using Wrapper = Yajl::CallbacksWrapper<TidalLoginRequest::ResponseParser>;
|
using Wrapper = Yajl::CallbacksWrapper<TidalLoginRequest::ResponseParser>;
|
||||||
static constexpr yajl_callbacks parse_callbacks = {
|
static constexpr yajl_callbacks parse_callbacks = {
|
||||||
nullptr,
|
nullptr,
|
||||||
|
@ -23,6 +23,8 @@
|
|||||||
#include "tag/Builder.hxx"
|
#include "tag/Builder.hxx"
|
||||||
#include "tag/Tag.hxx"
|
#include "tag/Tag.hxx"
|
||||||
|
|
||||||
|
#include <cassert>
|
||||||
|
|
||||||
using Wrapper = Yajl::CallbacksWrapper<TidalTagScanner::ResponseParser>;
|
using Wrapper = Yajl::CallbacksWrapper<TidalTagScanner::ResponseParser>;
|
||||||
static constexpr yajl_callbacks parse_callbacks = {
|
static constexpr yajl_callbacks parse_callbacks = {
|
||||||
nullptr,
|
nullptr,
|
||||||
|
@ -21,6 +21,8 @@
|
|||||||
#include "TidalErrorParser.hxx"
|
#include "TidalErrorParser.hxx"
|
||||||
#include "lib/yajl/Callbacks.hxx"
|
#include "lib/yajl/Callbacks.hxx"
|
||||||
|
|
||||||
|
#include <cassert>
|
||||||
|
|
||||||
using Wrapper = Yajl::CallbacksWrapper<TidalTrackRequest::ResponseParser>;
|
using Wrapper = Yajl::CallbacksWrapper<TidalTrackRequest::ResponseParser>;
|
||||||
static constexpr yajl_callbacks parse_callbacks = {
|
static constexpr yajl_callbacks parse_callbacks = {
|
||||||
nullptr,
|
nullptr,
|
||||||
|
@ -20,6 +20,9 @@
|
|||||||
#ifndef MPD_FFMPEG_FILTER_HXX
|
#ifndef MPD_FFMPEG_FILTER_HXX
|
||||||
#define MPD_FFMPEG_FILTER_HXX
|
#define MPD_FFMPEG_FILTER_HXX
|
||||||
|
|
||||||
|
/* necessary because libavutil/common.h uses UINT64_C */
|
||||||
|
#define __STDC_CONSTANT_MACROS
|
||||||
|
|
||||||
#include "Error.hxx"
|
#include "Error.hxx"
|
||||||
|
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
Loading…
Reference in New Issue
Block a user