comparison mdct.c @ 11444:6f1697664bf2 libavcodec

Replace many includes of libavutil/common.h with what is actually needed This reduces the number of false dependencies on header files and speeds up compilation.
author mru
date Tue, 09 Mar 2010 17:39:19 +0000
parents 4b3da727d832
children 7dd2a45249a9
comparison
equal deleted inserted replaced
11443:361a5fcb4393 11444:6f1697664bf2
17 * You should have received a copy of the GNU Lesser General Public 17 * You should have received a copy of the GNU Lesser General Public
18 * License along with FFmpeg; if not, write to the Free Software 18 * License along with FFmpeg; if not, write to the Free Software
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 */ 20 */
21 21
22 #include <stdlib.h>
23 #include <string.h>
24 #include "libavutil/common.h"
22 #include "libavutil/mathematics.h" 25 #include "libavutil/mathematics.h"
23 #include "fft.h" 26 #include "fft.h"
24 27
25 /** 28 /**
26 * @file libavcodec/mdct.c 29 * @file libavcodec/mdct.c