mirror of
https://github.com/owntone/owntone-server.git
synced 2025-12-02 14:16:05 -05:00
Full removal of libevent 1 legacy code. Also drop pipe() in FreeBSD, since pipe2 is available now.
This commit is contained in:
@@ -5,11 +5,7 @@
|
||||
#define ART_FMT_PNG 1
|
||||
#define ART_FMT_JPEG 2
|
||||
|
||||
#ifdef HAVE_LIBEVENT2
|
||||
# include <event2/buffer.h>
|
||||
#else
|
||||
# include <event.h>
|
||||
#endif
|
||||
#include <event2/buffer.h>
|
||||
|
||||
/* Get artwork for individual track */
|
||||
int
|
||||
|
||||
Reference in New Issue
Block a user