From 7b9ef8d701c319c26f7d0664fe977e176764c74e Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Fri, 20 Jun 2014 06:05:45 -0700 Subject: mpeg: Split error resilience bits off into a separate file --- libavcodec/rv34.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/rv34.c') diff --git a/libavcodec/rv34.c b/libavcodec/rv34.c index ba4cc67cc4..0c3634801c 100644 --- a/libavcodec/rv34.c +++ b/libavcodec/rv34.c @@ -33,6 +33,7 @@ #include "golomb.h" #include "internal.h" #include "mathops.h" +#include "mpeg_er.h" #include "qpeldsp.h" #include "rectangle.h" #include "thread.h" -- cgit v1.2.3