PR merged https://github.com/cmus/cmus/pull/1458.patch mp4v2 requires c11 --- a/configure +++ b/configure @@ -452,7 +452,7 @@ check_mp4() { pkg_config MP4 "mp4v2 faad2" "" "-lmp4v2 -lfaad -lm" || return $? USE_MPEG4IP=0 - if ! check_header mp4v2/mp4v2.h $MP4_CFLAGS + if ! check_header mp4v2/mp4v2.h -std=c11 $MP4_CFLAGS then # couldn't find the v2 header, try falling back to mp4.h USE_MPEG4IP=1