summaryrefslogtreecommitdiff
path: root/libavcodec/rv34.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/rv34.c')
-rw-r--r--libavcodec/rv34.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/rv34.c b/libavcodec/rv34.c
index 4220195a52..9fb0760ccb 100644
--- a/libavcodec/rv34.c
+++ b/libavcodec/rv34.c
@@ -28,9 +28,9 @@
#include "avcodec.h"
#include "error_resilience.h"
+#include "golomb_legacy.h"
#include "mpegutils.h"
#include "mpegvideo.h"
-#include "golomb.h"
#include "internal.h"
#include "mathops.h"
#include "mpeg_er.h"