From 2b5c6d67eef52628cfaf8783a21dd36ef48e90f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 26 Jan 2012 15:03:27 +0100 Subject: [PATCH] configure.ac: Add the DVB plugin to the non-ported plugins It needs the MPEG TS parser and currently crashes during instantiation because it can't create the MPEG TS parser. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index fd875694f9..26f46bea0c 100644 --- a/configure.ac +++ b/configure.ac @@ -327,7 +327,7 @@ GST_PLUGINS_NONPORTED=" adpcmdec adpcmenc aiff asfmux \ apexsink bz2 cdaudio celt cog curl dc1394 dirac directfb resindvd \ gsettings gsm jp2k ladspa modplug mimic \ musepack musicbrainz nas neon ofa openal opencv rsvg schro sdl smooth sndfile soundtouch spandsp timidity \ - wildmidi xvid apple_media lv2 teletextdec opus" + wildmidi xvid apple_media lv2 teletextdec opus dvb" AC_SUBST(GST_PLUGINS_NONPORTED) dnl these are all the gst plug-ins, compilable without additional libs