gstreamer/gst-libs/gst/cdda
Tim-Philipp Müller b9cbedfb59 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.
2007-12-13 10:10:35 +00:00
..
base64.c Add new libgstcdda with GstCddaBaseSrc class. 2005-12-28 18:06:50 +00:00
base64.h Makefile.am: Add check-exports target and run it with 'make check'. 2007-12-13 10:10:35 +00:00
gstcddabasesrc.c gst-libs/gst/cdda/gstcddabasesrc.c: Fix it so that it (a) makes sense and (b) doesn't break everything cdda-related i... 2007-05-04 09:06:38 +00:00
gstcddabasesrc.h Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc depend on libgsttag. This is required so we can ex... 2006-09-23 13:21:07 +00:00
Makefile.am configure.ac: split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS so that GST_BASE_CFLAGS can go inbetwe... 2007-01-04 12:49:48 +00:00
sha1.c Add new libgstcdda with GstCddaBaseSrc class. 2005-12-28 18:06:50 +00:00
sha1.h Makefile.am: Add check-exports target and run it with 'make check'. 2007-12-13 10:10:35 +00:00