]> git.tuebingen.mpg.de Git - paraslash.git/commit
mp4: Wire it in and make it compile cleanly.
authorAndre Noll <maan@tuebingen.mpg.de>
Thu, 21 Oct 2021 17:09:59 +0000 (19:09 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 30 May 2022 19:37:35 +0000 (21:37 +0200)
commitc9f23c7c737251ceb6f278fd3d3d016d754bf497
treef8a103b6977927837c0d8fa26623f6811070a06d
parent6140341e728fb7469c57543534ec31dfec4a0c81
mp4: Wire it in and make it compile cleanly.

This switches to our local copy of libmp4ff. The configure script
now turns on support for the aac audio format even if libmp4ff is
not installed.

Some changes to mp4.c were necessary to silence warnings, most of
which are trivial. The single notably non-trivial change is the missing
initialization of chunk_sample and chunk in mp4ff_chunk_of_sample().
aac_afh.c
configure.ac
mp4.c
mp4.h