summaryrefslogtreecommitdiff
path: root/gst-libs/gst/cdda/base64.h
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2007-12-13 10:10:35 +0000
committerTim-Philipp Müller <tim@centricular.net>2007-12-13 10:10:35 +0000
commitb9cbedfb5944e5262677b8351344dc60a9da644c (patch)
tree6d930ad5d87e7d657fa03937bc71a5b00a3e93cb /gst-libs/gst/cdda/base64.h
parentf6e42cd3d5cb1869f4c3b1a40cccea1d1621e760 (diff)
Makefile.am: Add check-exports target and run it with 'make check'.
Original commit message from CVS: * Makefile.am: Add check-exports target and run it with 'make check'. * configure.ac: Be stricter about what we export in our libraries: change regexp so that we only export _gst_foo(), but not __gst_foo(). * gst-libs/gst/cdda/base64.h: (rfc822_binary): * gst-libs/gst/cdda/sha1.h: (sha_init), (sha_update), (sha_final): Change internal functions to __gst_foo so they dont' get exported. * win32/common/libgstaudio.def: Add missing symbols.
Diffstat (limited to 'gst-libs/gst/cdda/base64.h')
-rw-r--r--gst-libs/gst/cdda/base64.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/cdda/base64.h b/gst-libs/gst/cdda/base64.h
index d7c2d0ba..f1242675 100644
--- a/gst-libs/gst/cdda/base64.h
+++ b/gst-libs/gst/cdda/base64.h
@@ -67,7 +67,7 @@
#ifndef __GST_CDDA_BASE64_H__
#define __GST_CDDA_BASE64_H__
-#define rfc822_binary _gst_cdda_rfc822_binary
+#define rfc822_binary __gst_cdda_rfc822_binary
unsigned char *rfc822_binary (void *src,unsigned long srcl,unsigned long *len);