From 06b391d63d2d462bf550f13c9bca26604c8b55b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 3 Aug 2011 09:05:47 +0200 Subject: [PATCH] configure: Add synaesthesia to the list of non-ported plugins --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 7bad161b42..1be249082e 100644 --- a/configure.ac +++ b/configure.ac @@ -210,8 +210,8 @@ dnl *** plug-ins to include *** dnl Non ported plugins (non-dependant, then dependant) dnl Make sure you have a space before and after all plugins -GST_PLUGINS_NONPORTED=" dvdlpcmdec dvdsub iec958 xingmux mpegstream \ - realmedia \ +GST_PLUGINS_NONPORTED=" dvdlpcmdec dvdsub iec958 synaesthesia xingmux \ + mpegstream realmedia \ a52dec amrnb amrwb cdio dvdread lame mpeg2dec twolame x264 " AC_SUBST(GST_PLUGINS_NONPORTED)