ffmpeg | branch: master | Diego Biurrun <di...@biurrun.de> | Fri Dec 11 13:17:15 2015 +0100| [58170b027144f4840018c7a60fb8d07924cc6242] | committer: Diego Biurrun
lavc: Add missing #includes for ff_dlog() > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=58170b027144f4840018c7a60fb8d07924cc6242 --- libavcodec/ac3enc.c | 1 + libavcodec/mpegaudiodecheader.c | 1 + 2 files changed, 2 insertions(+) diff --git a/libavcodec/ac3enc.c b/libavcodec/ac3enc.c index b10767a..da141e1 100644 --- a/libavcodec/ac3enc.c +++ b/libavcodec/ac3enc.c @@ -42,6 +42,7 @@ #include "ac3dsp.h" #include "ac3.h" #include "fft.h" +#include "internal.h" #include "ac3enc.h" #include "eac3enc.h" diff --git a/libavcodec/mpegaudiodecheader.c b/libavcodec/mpegaudiodecheader.c index 7e5bae8..a315965 100644 --- a/libavcodec/mpegaudiodecheader.c +++ b/libavcodec/mpegaudiodecheader.c @@ -27,6 +27,7 @@ #include "libavutil/common.h" #include "avcodec.h" +#include "internal.h" #include "mpegaudio.h" #include "mpegaudiodata.h" #include "mpegaudiodecheader.h" _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog