diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2005-05-06 17:24:44 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2005-05-06 17:24:44 +0000 |
commit | 477088372f326f50329d1614261dde7258a6cf42 (patch) | |
tree | 60dfcd3f573cfcd06f76c05897f3efe9e9b08248 /configure.ac | |
parent | 67802e804865cea6d1fa6e867086830b1d7645cc (diff) |
Ported sidplay.
Original commit message from CVS:
* configure.ac:
* ext/sidplay/gstsiddec.cc:
* ext/sidplay/gstsiddec.h:
Ported sidplay.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index cac2e305..9ce7b321 100644 --- a/configure.ac +++ b/configure.ac @@ -295,7 +295,8 @@ dnl these are all the gst plug-ins, compilable without additional libs GST_PLUGINS_ALL="\ videofilter \ effectv \ - law" + law \ + sidplay" dnl see if we can build C++ plug-ins if test "x$HAVE_CXX" = "xyes"; then @@ -348,6 +349,12 @@ dnl ]) 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) @@ -431,6 +438,7 @@ gst/videofilter/Makefile sys/Makefile ext/Makefile ext/mad/Makefile +ext/sidplay/Makefile common/Makefile common/m4/Makefile m4/Makefile |