[main/transcode] Fix some libav compability + log what ffmpeg/libav we are using

This commit is contained in:
ejurgensen
2017-09-16 23:01:42 +02:00
parent 7cc9a8b02b
commit eec98e3b7e
4 changed files with 37 additions and 9 deletions

View File

@@ -48,6 +48,11 @@
static char *buildopts[] =
{
#ifdef HAVE_FFMPEG
"ffmpeg",
#else
"libav",
#endif
#ifdef ITUNES
"iTunes XML",
#endif