]> git.tuebingen.mpg.de Git - paraslash.git/commit - afh_common.c
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)
commit87f0cdf5e33cd50af029c6f79ca8fab943490209
tree451e1e2d1e62ac2f9c12cfd35367debb14b3b1c5
parent741c19c2a25c5d9e165cb99f7ff512209b7bade6
aac: Fix compilation without libmp4v2.

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.
afh_common.c
configure.ac