From: Joachim Bauch Date: Fri, 25 Sep 2020 10:02:08 +0000 (+0200) Subject: [PATCH] Import "en265.h" to get correct name mangling of exported functions. X-Git-Tag: archive/raspbian/1.0.7-1+rpi1^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a7cc80f7157dbd09af917da9bedadef1162bb30e;p=libde265.git [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 --- 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