From: Philip Chimento Date: Sun, 23 Feb 2014 20:55:58 +0000 (-0800) Subject: Remove workaround for broken package in Fedora 19 X-Git-Url: https://git.stderr.nl/gitweb?p=projects%2Fchimara%2Fchimara.git;a=commitdiff_plain;h=46401a29ca2cadec2e98694e392b6541deaf75bf Remove workaround for broken package in Fedora 19 This is not necessary anymore. --- diff --git a/configure.ac b/configure.ac index e4bfa39..989fead 100644 --- a/configure.ac +++ b/configure.ac @@ -179,7 +179,7 @@ gstreamer0.10-plugins-good, gstreamer0.10-plugins-bad])])], [AC_MSG_ERROR([AM_GST_ELEMENT_CHECK not found. Install the development package for GStreamer 0.10 and rerun autogen.sh.])]) ], - [gstreamer1.0], [dnl aiffparse is currently broken in Fedora 19 + [gstreamer1.0], [ have_all_elements=yes m4_ifdef([GST_ELEMENT_CHECK], [ m4_map_args_w([ @@ -190,6 +190,7 @@ for GStreamer 0.10 and rerun autogen.sh.])]) oggdemux vorbisdec autoaudiosink + aiffparse modplug], [GST_ELEMENT_CHECK(], [, [1.0], [], [have_all_elements=no])]) AS_IF([test "x$have_all_elements" = "xno"],