summaryrefslogtreecommitdiff
path: root/apps/codecs/codec.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/codec.h')
-rw-r--r--apps/codecs/codec.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/codecs/codec.h b/apps/codecs/codec.h
index daa7c19cd7..44d5a110bd 100644
--- a/apps/codecs/codec.h
+++ b/apps/codecs/codec.h
@@ -24,6 +24,8 @@
24 24
25#include <sys/types.h> 25#include <sys/types.h>
26 26
27extern struct codec_api *ci;
28
27/* Get these functions 'out of the way' of the standard functions. Not doing 29/* Get these functions 'out of the way' of the standard functions. Not doing
28 * so confuses the cygwin linker, and maybe others. These functions need to 30 * so confuses the cygwin linker, and maybe others. These functions need to
29 * be implemented elsewhere */ 31 * be implemented elsewhere */