mirror of
https://github.com/owntone/owntone-server.git
synced 2025-03-20 12:34:18 -04:00
9 lines
160 B
C
9 lines
160 B
C
|
|
#ifndef __FFMPEG_URL_EVBUFFER_H__
|
|
#define __FFMPEG_URL_EVBUFFER_H__
|
|
|
|
int
|
|
register_ffmpeg_evbuffer_url_protocol(void);
|
|
|
|
#endif /* !__FFMPEG_URL_EVBUFFER_H__ */
|