From a7cc80f7157dbd09af917da9bedadef1162bb30e Mon Sep 17 00:00:00 2001 From: Joachim Bauch Date: Fri, 25 Sep 2020 12:02:08 +0200 Subject: [PATCH] [PATCH] Import "en265.h" to get correct name mangling of exported functions. Without the header, "C++" name mangling will be used instead of the required "C" names. Gbp-Pq: Name fix_exported_symbols.patch --- libde265/image.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/libde265/image.cc b/libde265/image.cc index 543e74b..07e4a22 100644 --- a/libde265/image.cc +++ b/libde265/image.cc @@ -20,6 +20,7 @@ #include "image.h" #include "decctx.h" +#include "en265.h" #include #include -- 2.30.2