+2005-05-06 Wim Taymans <wim@fluendo.com>
+
+ * configure.ac:
+ * ext/sidplay/gstsiddec.cc:
+ * ext/sidplay/gstsiddec.h:
+ Ported sidplay.
+
2005-05-06 Christian Schaller <uraeus@gnome.org>
* configure.ac:
GST_PLUGINS_ALL="\
videofilter \
effectv \
- law"
+ law \
+ sidplay"
dnl see if we can build C++ plug-ins
if test "x$HAVE_CXX" = "xyes"; then
dnl ])
dnl ])
+dnl *** sidplay : works with libsidplay 1.36.x (not 2.x.x) ***
+translit(dnm, m, l) AM_CONDITIONAL(USE_SIDPLAY, true)
+GST_CHECK_FEATURE(SIDPLAY, [sidplay plug-in], sidplay, [
+ GST_PATH_SIDPLAY()
+ ])
+
dnl *** mad ***
dnl FIXME: we could use header checks here as well IMO
translit(dnm, m, l) AM_CONDITIONAL(USE_MAD, true)
sys/Makefile
ext/Makefile
ext/mad/Makefile
+ext/sidplay/Makefile
common/Makefile
common/m4/Makefile
m4/Makefile