]> git.sesse.net Git - vlc/commit
* configure.ac : added --enable-goom and --with-goom-tree. Btw, I use a
authorLaurent Aimar <fenrir@videolan.org>
Sat, 23 Aug 2003 22:49:50 +0000 (22:49 +0000)
committerLaurent Aimar <fenrir@videolan.org>
Sat, 23 Aug 2003 22:49:50 +0000 (22:49 +0000)
commit1312bc9ee83bb3962380e172b87d8711ff164c73
treed39ab2f6f87b7ad24d782f03294c204c56421c03
parentee7dfec569032cdafd7f3191ac711cc712ae2e32
 * configure.ac : added --enable-goom and --with-goom-tree. Btw, I use a
special goom tree source as I was unable to use standard goom library.
(I will provide it once mmx/ppc included)
 * modules/visualization/Modules.am: added goom
 * include/vlc_block.h src/misc/block.c: introduce a new data block
 api (not yet tested, ported from my local new input work).
Makefile.am
configure.ac
include/vlc_block.h [new file with mode: 0644]
include/vlc_common.h
modules/visualization/Modules.am
modules/visualization/goom.c
src/misc/block.c [new file with mode: 0644]
src/misc/modules.c