mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-10 22:10:15 -05:00
Proper update to libevent 2 (artwork, avio_evbuffer, dmap_common, transcode)
This commit is contained in:
@@ -2,7 +2,11 @@
|
||||
#ifndef __TRANSCODE_H__
|
||||
#define __TRANSCODE_H__
|
||||
|
||||
#include <event.h>
|
||||
#ifdef HAVE_LIBEVENT2
|
||||
# include <event2/buffer.h>
|
||||
#else
|
||||
# include <event.h>
|
||||
#endif
|
||||
|
||||
struct transcode_ctx;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user