]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/flacenc.c
mlp: Drop ff_ prefix from a static function
[ffmpeg] / libavcodec / flacenc.c
index 67f899f712cb445b8cefea0b8be25e6e2149edb7..0c1e6b7673a9792ee11f0a3564006c2147e12f52 100644 (file)
@@ -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"