configure.ac: Add checks for Flex/Yacc/Bison and other furry animals, for the new...
authorBastien Nocera <hadess@hadess.net>
Sat, 23 Feb 2008 01:51:37 +0000 (01:51 +0000)
committerBastien Nocera <hadess@hadess.net>
Sat, 23 Feb 2008 01:51:37 +0000 (01:51 +0000)
commita7bc7485b1a4d7e1b1a12ff593ca4ccb1d59e466
treeffba99ad38c7616d089c5e728c75a6bd5f736c6c
parent7f0745bb7f26c69766bb0c64458c6543588cc4dc
configure.ac: Add checks for Flex/Yacc/Bison and other furry animals, for the new goom 2k4 based plugin

Original commit message from CVS:
2008-02-23  Bastien Nocera  <hadess@hadess.net>

* configure.ac: Add checks for Flex/Yacc/Bison and other
furry animals, for the new goom 2k4 based plugin

* gst/goom/*: Update to use goom 2k4, uses liboil to detect
CPU optimisations (not working yet), move the old plugin to...

* gst/goom2k1/*: ... here, in case somebody is sick enough

Fixes #515073
82 files changed:
ChangeLog
common
configure.ac
gst/goom/Makefile.am
gst/goom/README
gst/goom/config_param.c [new file with mode: 0644]
gst/goom/convolve_fx.c [new file with mode: 0644]
gst/goom/default_scripts.h [new file with mode: 0644]
gst/goom/drawmethods.c [new file with mode: 0644]
gst/goom/drawmethods.h [new file with mode: 0644]
gst/goom/filters.c
gst/goom/filters_mmx.s
gst/goom/flying_stars_fx.c [new file with mode: 0644]
gst/goom/gfontlib.c [new file with mode: 0644]
gst/goom/gfontlib.h [new file with mode: 0644]
gst/goom/gfontrle.c [new file with mode: 0644]
gst/goom/gfontrle.h [new file with mode: 0644]
gst/goom/goom.h [new file with mode: 0644]
gst/goom/goom_config.h [new file with mode: 0644]
gst/goom/goom_config_param.h [new file with mode: 0644]
gst/goom/goom_core.c
gst/goom/goom_filters.h [new file with mode: 0644]
gst/goom/goom_fx.h [new file with mode: 0644]
gst/goom/goom_graphic.h [new file with mode: 0644]
gst/goom/goom_plugin_info.h [new file with mode: 0644]
gst/goom/goom_tools.c [new file with mode: 0644]
gst/goom/goom_tools.h
gst/goom/goom_typedefs.h [new file with mode: 0644]
gst/goom/goom_visual_fx.h [new file with mode: 0644]
gst/goom/goomsl.c [new file with mode: 0644]
gst/goom/goomsl.h [new file with mode: 0644]
gst/goom/goomsl_hash.c [new file with mode: 0644]
gst/goom/goomsl_hash.h [new file with mode: 0644]
gst/goom/goomsl_heap.c [new file with mode: 0644]
gst/goom/goomsl_heap.h [new file with mode: 0644]
gst/goom/goomsl_lex.l [new file with mode: 0644]
gst/goom/goomsl_private.h [new file with mode: 0644]
gst/goom/goomsl_yacc.y [new file with mode: 0644]
gst/goom/graphic.c
gst/goom/gstgoom.c
gst/goom/gstgoom.h
gst/goom/ifs.c [new file with mode: 0644]
gst/goom/ifs.h [new file with mode: 0644]
gst/goom/lines.c
gst/goom/lines.h
gst/goom/mathtools.c [new file with mode: 0644]
gst/goom/mathtools.h [new file with mode: 0644]
gst/goom/mmx.c [new file with mode: 0644]
gst/goom/mmx.h [new file with mode: 0644]
gst/goom/motif_goom1.h [new file with mode: 0644]
gst/goom/motif_goom2.h [new file with mode: 0644]
gst/goom/plugin_info.c [new file with mode: 0644]
gst/goom/ppc_drawings.h [new file with mode: 0644]
gst/goom/ppc_drawings.s [new file with mode: 0644]
gst/goom/ppc_zoom_ultimate.h [new file with mode: 0644]
gst/goom/ppc_zoom_ultimate.s [new file with mode: 0644]
gst/goom/sound_tester.c [new file with mode: 0644]
gst/goom/sound_tester.h [new file with mode: 0644]
gst/goom/surf3d.c [new file with mode: 0644]
gst/goom/surf3d.h [new file with mode: 0644]
gst/goom/surf3d.s [new file with mode: 0644]
gst/goom/tentacle3d.c [new file with mode: 0644]
gst/goom/tentacle3d.h [new file with mode: 0644]
gst/goom/v3d.c [new file with mode: 0644]
gst/goom/v3d.h [new file with mode: 0644]
gst/goom/xmmx.c [new file with mode: 0644]
gst/goom/xmmx.h [new file with mode: 0644]
gst/goom2k1/Makefile.am [new file with mode: 0644]
gst/goom2k1/README [new file with mode: 0644]
gst/goom2k1/filters.c [new file with mode: 0644]
gst/goom2k1/filters.h [moved from gst/goom/filters.h with 100% similarity]
gst/goom2k1/filters_mmx.s [new file with mode: 0644]
gst/goom2k1/goom.vcproj [new file with mode: 0644]
gst/goom2k1/goom_core.c [new file with mode: 0644]
gst/goom2k1/goom_core.h [moved from gst/goom/goom_core.h with 100% similarity]
gst/goom2k1/goom_tools.h [new file with mode: 0644]
gst/goom2k1/graphic.c [new file with mode: 0644]
gst/goom2k1/graphic.h [moved from gst/goom/graphic.h with 100% similarity]
gst/goom2k1/gstgoom.c [new file with mode: 0644]
gst/goom2k1/gstgoom.h [new file with mode: 0644]
gst/goom2k1/lines.c [new file with mode: 0644]
gst/goom2k1/lines.h [new file with mode: 0644]