From 5bbdeb321c1e1b869ead2fe5ccaafbc8e781e36e Mon Sep 17 00:00:00 2001 From: Sreerenj Balachandran Date: Tue, 13 Mar 2012 13:02:54 +0200 Subject: [PATCH] configure.ac: move spc plugin to NON_PORTED list(Fix build error) --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 32b5cd0b12..3ea1e3a230 100644 --- a/configure.ac +++ b/configure.ac @@ -312,7 +312,7 @@ GST_PLUGINS_NONPORTED=" aiff asfmux \ decklink fbdev linsys shm vcd \ apexsink bz2 cdaudio cog curl dc1394 dirac directfb resindvd \ gsettings jp2k ladspa mimic \ - musepack musicbrainz nas neon ofa openal opencv rsvg sdl smooth sndfile soundtouch spandsp timidity \ + musepack musicbrainz nas neon ofa openal opencv rsvg sdl smooth sndfile soundtouch spandsp spc timidity \ wildmidi xvid lv2 teletextdec dvb" AC_SUBST(GST_PLUGINS_NONPORTED)