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:55:58 +0000 (12:55 -0800)
This is not necessary anymore.

configure.ac

index e4bfa3943601ac76653439d87cce279f236ff8d2..989feada94e79f51e3dea976b67ec0019b49922c 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"],