[FFmpeg-cvslog] spdifenc.c: fix compile because of missing include avio_internal.h.

Ronald S. Bultje git
Tue Feb 22 03:17:18 CET 2011


ffmpeg | branch: master | Ronald S. Bultje <rsbultje at gmail.com> | Mon Feb 21 15:46:45 2011 -0500| [51e7c932daec1ffb6aacdc5e15f069b4dff6b313] | committer: Michael Niedermayer

spdifenc.c: fix compile because of missing include avio_internal.h.
(cherry picked from commit 0f86fcabdf74f658323140111dfd4de83f7f2eee)

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=51e7c932daec1ffb6aacdc5e15f069b4dff6b313
---

 libavformat/spdifenc.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/libavformat/spdifenc.c b/libavformat/spdifenc.c
index 90ac8ad..b4111f6 100644
--- a/libavformat/spdifenc.c
+++ b/libavformat/spdifenc.c
@@ -45,6 +45,7 @@
  */
 
 #include "avformat.h"
+#include "avio_internal.h"
 #include "spdif.h"
 #include "libavcodec/ac3.h"
 #include "libavcodec/dca.h"




More information about the ffmpeg-cvslog mailing list