]> git.sesse.net Git - vlc/commit
[ include/config.h.in has changed, don't forget tu run ./configure ]
authorSam Hocevar <sam@videolan.org>
Tue, 16 Jan 2001 05:04:25 +0000 (05:04 +0000)
committerSam Hocevar <sam@videolan.org>
Tue, 16 Jan 2001 05:04:25 +0000 (05:04 +0000)
commit619061c25c60daeb693bcbfd3ac80c91e8572107
tree6247bf84084441374c0b70d59b1405e83087955b
parent1cd850a85689771b56d6a44b6bc06b46e072b6d3
 [ include/config.h.in has changed, don't forget tu run ./configure ]

 . fixed the --aout, --idct and --yuv flags
 . updated manpage and --(long)help output to reflect that change
 . removed a few unneeded #includes here and there
 . cosmetic changes in error messages in input.c

   Currently available flags are now :

     --aout dummy
            esd
            dsp
            alsa

     --idct idct
            idctclassic
            idctmmx

     --yuv yuv
           yuvmmx

  --vout works like before, but still uses the old plugin system for now.
15 files changed:
debian/vlc.1
include/config.h.in
plugins/alsa/aout_alsa.c
plugins/dsp/aout_dsp.c
plugins/dummy/aout_dummy.c
plugins/esd/aout_esd.c
plugins/idct/idct.c
plugins/idct/idctclassic.c
plugins/idct/idctmmx.c
plugins/yuv/transforms_yuv.c
plugins/yuv/transforms_yuvmmx.c
plugins/yuv/video_yuv.c
plugins/yuv/video_yuvmmx.c
src/input/input.c
src/interface/main.c