Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mathis Rosenhauer
libaec
Commits
2ccc6bcf
Commit
2ccc6bcf
authored
Jun 27, 2017
by
Mathis Rosenhauer
Browse files
C++ compatibility
parent
2f88a84a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/libaec.h
View file @
2ccc6bcf
...
...
@@ -52,6 +52,10 @@
#include
<stddef.h>
#ifdef __cplusplus
extern
"C"
{
#endif
#if BUILDING_LIBAEC && HAVE_VISIBILITY
# define LIBAEC_DLL_EXPORTED __attribute__((__visibility__("default")))
#elif BUILDING_LIBAEC && defined _MSC_VER
...
...
@@ -165,4 +169,8 @@ LIBAEC_DLL_EXPORTED int aec_decode_end(struct aec_stream *strm);
LIBAEC_DLL_EXPORTED
int
aec_buffer_encode
(
struct
aec_stream
*
strm
);
LIBAEC_DLL_EXPORTED
int
aec_buffer_decode
(
struct
aec_stream
*
strm
);
#ifdef __cplusplus
}
#endif
#endif
/* LIBAEC_H */
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment