Skip to content
  • Tim-Philipp Müller's avatar
    Makefile.am: Add check-exports target and run it with 'make check'. · b9cbedfb
    Tim-Philipp Müller authored
    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.
    b9cbedfb