From d3f95050c556508fd635b0243a1e7ffc6f0eeacf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 18 Oct 2012 14:03:33 +0200 Subject: [PATCH] opensles: Add the opensles plugin to the list of not ported plugins --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 74452d0039..06e7da5225 100644 --- a/configure.ac +++ b/configure.ac @@ -323,7 +323,7 @@ GST_PLUGINS_NONPORTED=" androidmedia aiff \ decklink fbdev linsys vcd \ apexsink cdaudio cog dc1394 dirac directfb \ gsettings jasper ladspa \ - musepack musicbrainz nas neon ofa openal rsvg sdl sndfile timidity \ + musepack musicbrainz nas neon ofa openal opensles rsvg sdl sndfile timidity \ directdraw direct3d9 acm wininet \ wildmidi xvid lv2 teletextdec sndio uvch264" AC_SUBST(GST_PLUGINS_NONPORTED)