From 477ffff21808a53f9a83b8056661654cada66e49 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Thu, 11 Jun 2009 20:18:29 +0000 Subject: [PATCH] The internal header libavutil/internal.h should not be used outside libavutil. Originally committed as revision 19157 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/aac.h | 1 - libavcodec/ac3dec.h | 1 - 2 files changed, 2 deletions(-) diff --git a/libavcodec/aac.h b/libavcodec/aac.h index fb84c59..95adcb3 100644 --- a/libavcodec/aac.h +++ b/libavcodec/aac.h @@ -30,7 +30,6 @@ #ifndef AVCODEC_AAC_H #define AVCODEC_AAC_H -#include "libavutil/internal.h" #include "avcodec.h" #include "dsputil.h" #include "mpeg4audio.h" diff --git a/libavcodec/ac3dec.h b/libavcodec/ac3dec.h index 26c3f81..38c2deb 100644 --- a/libavcodec/ac3dec.h +++ b/libavcodec/ac3dec.h @@ -27,7 +27,6 @@ #ifndef AVCODEC_AC3DEC_H #define AVCODEC_AC3DEC_H -#include "libavutil/internal.h" #include "libavutil/lfg.h" #include "ac3.h" #include "get_bits.h" -- 2.7.4