diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2007-12-13 10:10:35 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2007-12-13 10:10:35 +0000 |
commit | b9cbedfb5944e5262677b8351344dc60a9da644c (patch) | |
tree | 6d930ad5d87e7d657fa03937bc71a5b00a3e93cb /common | |
parent | f6e42cd3d5cb1869f4c3b1a40cccea1d1621e760 (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 'common')
m--------- | common | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/common b/common -Subproject 423e2ea96b5f79281f4dd20d734bd968b3d95e8 +Subproject fb7ab03319930496e922173d54f6dfccfff6f35 |