From e1bf53562ec42a00e3432d4609549678b4153bb4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 4 Jan 2012 14:13:54 +0100 Subject: [PATCH] configure: Add FLAC and interleave to the non-ported plugins list Both need to be updated to the audio/x-raw caps and were only half-ported before. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 11da7d6..62a42c4 100644 --- a/configure.ac +++ b/configure.ac @@ -313,10 +313,10 @@ 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="deinterlace flx goom2k1 \ +GST_PLUGINS_NONPORTED="deinterlace interleave flx goom2k1 \ imagefreeze interleave monoscope smpte \ videobox videomixer \ - cairo cairo_gobject dv1394 gdk_pixbuf libdv libpng \ + cairo cairo_gobject dv1394 flac gdk_pixbuf libdv libpng \ oss oss4 shout2 \ taglib wavpack \ osx_video osx_audio " -- 2.7.4