projects
/
libde265.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a3a215
)
[PATCH] Import "en265.h" to get correct name mangling of exported functions.
author
Joachim Bauch
<bauch@struktur.de>
Fri, 25 Sep 2020 10:02:08 +0000
(12:02 +0200)
committer
Joachim 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
patch
|
blob
|
history
diff --git
a/libde265/image.cc
b/libde265/image.cc
index 543e74b1aff5ffef229be71913ca203868b080f9..07e4a22d3447ca9034d4ec892310b4a8beb25cc0 100644
(file)
--- a/
libde265/image.cc
+++ b/
libde265/image.cc
@@
-20,6
+20,7
@@
#include "image.h"
#include "decctx.h"
+#include "en265.h"
#include <stdlib.h>
#include <string.h>