From d4c2103bd30ff6ceea70c3696ae88a7d2ea72493 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 30 Jan 2017 20:24:38 +0100 Subject: golomb: Convert to the new bitstream reader --- libavcodec/flacenc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/flacenc.c') diff --git a/libavcodec/flacenc.c b/libavcodec/flacenc.c index 67f899f712..0c1e6b7673 100644 --- a/libavcodec/flacenc.c +++ b/libavcodec/flacenc.c @@ -26,7 +26,7 @@ #include "avcodec.h" #include "bswapdsp.h" -#include "golomb.h" +#include "golomb_legacy.h" #include "internal.h" #include "lpc.h" #include "flac.h" -- cgit v1.2.3