mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-21 18:26:06 -05:00
[main/transcode] Fix some libav compability + log what ffmpeg/libav we are using
This commit is contained in:
@@ -48,6 +48,11 @@
|
||||
|
||||
static char *buildopts[] =
|
||||
{
|
||||
#ifdef HAVE_FFMPEG
|
||||
"ffmpeg",
|
||||
#else
|
||||
"libav",
|
||||
#endif
|
||||
#ifdef ITUNES
|
||||
"iTunes XML",
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user