mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-09 21:49:48 -05:00
Merge branch 'freebsd': New timing mechanism (issue #46)
- also some libevent 2 adjustments
This commit is contained in:
@@ -8,7 +8,11 @@
|
||||
#define ART_FMT_PNG 1
|
||||
#define ART_FMT_JPEG 2
|
||||
|
||||
#include <event.h>
|
||||
#ifdef HAVE_LIBEVENT2
|
||||
# include <event2/buffer.h>
|
||||
#else
|
||||
# include <event.h>
|
||||
#endif
|
||||
|
||||
/* Get artwork for individual track */
|
||||
int
|
||||
|
||||
Reference in New Issue
Block a user