On Tue, Jan 21, 2014 at 2:43 PM, Diego Biurrun <[email protected]> wrote: > --- > libavcodec/dxva2.c | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/libavcodec/dxva2.c b/libavcodec/dxva2.c > index f8b8eba..15e5698 100644 > --- a/libavcodec/dxva2.c > +++ b/libavcodec/dxva2.c > @@ -20,6 +20,14 @@ > * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 > USA > */ > > +#include <assert.h> > +#include <string.h> > + > +#include "libavutil/log.h" > +#include "libavutil/time.h" > + > +#include "avcodec.h" > +#include "mpegvideo.h" > #include "dxva2_internal.h" > > void *ff_dxva2_get_surface(const Picture *picture) > -- > 1.8.3.2 >
This fixes the build, thanks. _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
