]> git.tuebingen.mpg.de Git - paraslash.git/commit
Combine aacdec and aac_common.
authorAndre Noll <maan@tuebingen.mpg.de>
Thu, 17 Mar 2016 20:59:52 +0000 (21:59 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Sat, 25 Mar 2017 10:54:36 +0000 (11:54 +0100)
commitc22fa00c45822fe62a8a921e54f19c012680fc2b
treea76baa1f1d55732e71f6c2eb06a6367e319cb86b
parent16b889fa03e8e9e97ed89370ad40fea4ee9b3e3a
Combine aacdec and aac_common.

With the server side switched to libmp4ff, only the aac decoder needs
the public functions in aac_common. This patch moves this file into
aacdec_filter.c, makes the functions static and removes the aac.h
header file which only contained the prototypes of the previously
public functions.

Makefile.real, configure.ac and error.h need small adjustments due
to the removal of aac_common.c.
Makefile.real
aac.h [deleted file]
aac_afh.c
aac_common.c [deleted file]
aacdec_filter.c
configure.ac