Remove workaround for broken package in Fedora 19
authorPhilip Chimento <philip.chimento@gmail.com>
Sun, 23 Feb 2014 20:55:58 +0000 (12:55 -0800)
committerPhilip Chimento <philip.chimento@gmail.com>
Sun, 23 Feb 2014 20:56:40 +0000 (12:56 -0800)
This is not necessary anymore.

configure.ac

index cae79721f353666d0e674cfbe36eb9757028ece3..0190ef930c0606d79c5b95822d782da17355a08b 100644 (file)
@@ -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"],