Message ID | 20170210072136.53631-1-martin@martin.st |
---|---|
State | Committed |
Commit | bc2589763042dc2384b724b203ec778f35bcebad |
Headers | show |
On Fri, 10 Feb 2017, Martin Storsjö wrote: > This was missing from 77c23704c76, fixing building. > --- > libavcodec/utvideodec.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/libavcodec/utvideodec.c b/libavcodec/utvideodec.c > index 381b4f7..808e3be 100644 > --- a/libavcodec/utvideodec.c > +++ b/libavcodec/utvideodec.c > @@ -33,6 +33,7 @@ > #include "bitstream.h" > #include "bswapdsp.h" > #include "bytestream.h" > +#include "internal.h" > #include "thread.h" > #include "utvideo.h" > > -- > 2.10.1 (Apple Git-78) Approved by wm4 on irc, pushed. // Martin
diff --git a/libavcodec/utvideodec.c b/libavcodec/utvideodec.c index 381b4f7..808e3be 100644 --- a/libavcodec/utvideodec.c +++ b/libavcodec/utvideodec.c @@ -33,6 +33,7 @@ #include "bitstream.h" #include "bswapdsp.h" #include "bytestream.h" +#include "internal.h" #include "thread.h" #include "utvideo.h"