From d13417cfa213800c0b9f67e1f7fa7c8c9f273a32 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Sun, 6 Jan 2002 19:30:09 +0000 Subject: Added a check for sidplay Original commit message from CVS: Added a check for sidplay Added a capsfilter example --- configure.ac | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 29e0aeeb..f9a0c04d 100644 --- a/configure.ac +++ b/configure.ac @@ -570,8 +570,10 @@ dnl *** sidplay *** dnl FIXME : make this work translit(dnm, m, l) AM_CONDITIONAL(USE_SIDPLAY, true) GST_CHECK_FEATURE(SIDPLAY, [sidplay plugin], sidplay, [ - GST_CHECK_LIBHEADER(SIDPLAY, sidplay, sidTune(), ,sidplay/sidtune.h,SIDPLAY_LIBS="-lsidplay") + AC_LANG_PUSH(C++) + AC_CHECK_HEADER(sidplay/sidtune.h, SIDPLAY_LIBS="-lsidplay", ) AC_SUBST(SIDPLAY_LIBS) + AC_LANG_POP() ]) dnl *** smoothwave *** @@ -1011,6 +1013,7 @@ sys/v4l/Makefile sys/vcd/Makefile sys/vga/Makefile sys/xvideo/Makefile +examples/capsfilter/Makefile ext/Makefile ext/a52dec/Makefile ext/aalib/Makefile -- cgit v1.2.1