Commit 51e7c932 authored by Ronald S. Bultje's avatar Ronald S. Bultje Committed by Michael Niedermayer

spdifenc.c: fix compile because of missing include avio_internal.h.

(cherry picked from commit 0f86fcab)
parent 644b66cd
...@@ -45,6 +45,7 @@ ...@@ -45,6 +45,7 @@
*/ */
#include "avformat.h" #include "avformat.h"
#include "avio_internal.h"
#include "spdif.h" #include "spdif.h"
#include "libavcodec/ac3.h" #include "libavcodec/ac3.h"
#include "libavcodec/dca.h" #include "libavcodec/dca.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment