summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2012-01-26 15:03:27 +0100
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2012-01-26 15:03:27 +0100
commit2b5c6d67eef52628cfaf8783a21dd36ef48e90f1 (patch)
tree1650570c9a5d2b7b78315017d391e87e7ba918d7
parent5abef3c14b593e02dea46fad45fe15d59cdb1add (diff)
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.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index fd875694f..26f46bea0 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