[PATCH] Import "en265.h" to get correct name mangling of exported functions.
authorJoachim Bauch <bauch@struktur.de>
Fri, 25 Sep 2020 10:02:08 +0000 (12:02 +0200)
committerJoachim Bauch <bauch@struktur.de>
Fri, 25 Sep 2020 11:00:59 +0000 (12:00 +0100)
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

index 543e74b1aff5ffef229be71913ca203868b080f9..07e4a22d3447ca9034d4ec892310b4a8beb25cc0 100644 (file)
@@ -20,6 +20,7 @@
 
 #include "image.h"
 #include "decctx.h"
+#include "en265.h"
 
 #include <stdlib.h>
 #include <string.h>