@@ -305,22 +305,6 @@ if test "$ENABLE_MADSPIN" = "yes"; then
305305 fi
306306fi
307307
308- dnl Dancing Particles
309- AC_ARG_ENABLE ( [ dancingparticles] ,
310- AS_HELP_STRING ( [ --disable-dancingparticles] ,
311- [ Do not build Dancing Particles plugin @<:@ default=enabled@:>@ ] ) ,
312- [ ENABLE_DANCINGPARTICLES=$enableval] ,
313- [ ENABLE_DANCINGPARTICLES=yes] )
314-
315- if test "$ENABLE_DANCINGPARTICLES" = "yes"; then
316- if test "$HAVE_OPENGL" = "yes"; then
317- build_actor_plugins="$build_actor_plugins dancingparticles"
318- else
319- AC_MSG_WARN ( [ *** No OpenGL found.
320- Dancing Particles plugin will not be built.] )
321- fi
322- fi
323-
324308dnl Pseudotoad Flower
325309AC_ARG_ENABLE ( [ flower] ,
326310 AS_HELP_STRING ( [ --disable-flower] ,
@@ -337,22 +321,6 @@ if test "$ENABLE_FLOWER" = "yes"; then
337321 fi
338322fi
339323
340- dnl Nebulus
341- AC_ARG_ENABLE ( [ nebulus] ,
342- AS_HELP_STRING ( [ --disable-nebulus] ,
343- [ Do not build Nebulus plugin @<:@ default=enabled@:>@ ] ) ,
344- [ ENABLE_NEBULUS=$enableval] ,
345- [ ENABLE_NEBULUS=yes] )
346-
347- if test "$ENABLE_NEBULUS" = "yes"; then
348- if test "$HAVE_OPENGL" = "yes"; then
349- build_actor_plugins="$build_actor_plugins nebulus"
350- else
351- AC_MSG_WARN ( [ *** No OpenGL found.
352- Nebulus plugin will not be built.] )
353- fi
354- fi
355-
356324dnl Infinite
357325AC_ARG_ENABLE ( [ infinite] ,
358326 AS_HELP_STRING ( [ --disable-infinite] ,
@@ -397,17 +365,6 @@ if test "$ENABLE_ANALYZER" = xyes; then
397365 build_actor_plugins="$build_actor_plugins lv_analyzer"
398366fi
399367
400- dnl Finespectrum
401- AC_ARG_ENABLE ( [ finespectrum] ,
402- AS_HELP_STRING ( [ --disable-finespectrum] ,
403- [ Do not build Finespectrum plugin @<:@ default=enabled@:>@ ] ) ,
404- [ ENABLE_FINESPECTRUM=$enableval] ,
405- [ ENABLE_FINESPECTRUM=yes] )
406-
407- if test "$ENABLE_FINESPECTRUM" = "yes"; then
408- build_actor_plugins="$build_actor_plugins finespectrum"
409- fi
410-
411368dnl Scope
412369AC_ARG_ENABLE ( [ scope] ,
413370 AS_HELP_STRING ( [ --disable-scope] ,
@@ -441,17 +398,6 @@ if test "$ENABLE_JAKDAW" = "yes"; then
441398 build_actor_plugins="$build_actor_plugins jakdaw"
442399fi
443400
444- dnl Plazma
445- AC_ARG_ENABLE ( [ plazma] ,
446- AS_HELP_STRING ( [ --disable-plazma] ,
447- [ Do not build plazma plugin @<:@ default=enabled@:>@ ] ) ,
448- [ ENABLE_PLAZMA=$enableval] ,
449- [ ENABLE_PLAZMA=yes] )
450-
451- if test "$ENABLE_PLAZMA" = "yes"; then
452- build_actor_plugins="$build_actor_plugins plazma"
453- fi
454-
455401dnl Bumpscope
456402AC_ARG_ENABLE ( [ bumpscope] ,
457403 AS_HELP_STRING ( [ --disable-bumpscope] ,
@@ -478,17 +424,6 @@ if test "$ENABLE_GFORCE" = "yes"; then
478424 AC_SUBST ( [ GFORCE_FLAGS] )
479425fi
480426
481- dnl goom2k4
482- AC_ARG_ENABLE ( [ goom2k4] ,
483- AS_HELP_STRING ( [ --disable-goom2k4] ,
484- [ Do not build goom2k4 plugin @<:@ default=enabled@:>@ ] ) ,
485- [ ENABLE_GOOM2K4=$enableval] ,
486- [ ENABLE_GOOM2K4=yes] )
487-
488- if test "$ENABLE_GOOM2K4" = "yes"; then
489- build_actor_plugins="$build_actor_plugins goom2k4"
490- fi
491-
492427dnl Alphabend
493428AC_ARG_ENABLE ( [ alphablend] ,
494429 AS_HELP_STRING ( [ --disable-alphablend] ,
@@ -611,10 +546,7 @@ AC_CONFIG_FILES([
611546 plugins/actor/Makefile
612547 plugins/actor/bumpscope/Makefile
613548 plugins/actor/corona/Makefile
614- plugins/actor/dancingparticles/Makefile
615- plugins/actor/finespectrum/Makefile
616549 plugins/actor/gdkpixbuf/Makefile
617- plugins/actor/goom2k4/Makefile
618550 plugins/actor/gstreamer/Makefile
619551 plugins/actor/infinite/Makefile
620552 plugins/actor/jakdaw/Makefile
@@ -624,9 +556,7 @@ AC_CONFIG_FILES([
624556 plugins/actor/lv_scope/Makefile
625557 plugins/actor/madspin/Makefile
626558 plugins/actor/nastyfft/Makefile
627- plugins/actor/nebulus/Makefile
628559 plugins/actor/oinksie/Makefile
629- plugins/actor/plazma/Makefile
630560 plugins/actor/pseudotoad_flower/Makefile
631561 plugins/actor/G-Force/Makefile
632562 plugins/actor/G-Force/docs/Makefile
0 commit comments