aac: Fix compilation without libmp4v2.
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 26 Apr 2015 13:59:26 +0000 (15:59 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 26 Apr 2015 14:02:20 +0000 (16:02 +0200)
This was broken for two reasons: First, the aac audio format handler
depends on libmp4v2 rather than libfaad. Second, we must include
aac_common if either libfaad or libmp4v2 (or both) were found. The
logic in configure.ac got this wrong.


No differences found