]> git.sesse.net Git - vlc/commit
* ./modules/video_output/svgalib.c: SVGAlib video output module.
authorSam Hocevar <sam@videolan.org>
Wed, 21 Aug 2002 15:10:33 +0000 (15:10 +0000)
committerSam Hocevar <sam@videolan.org>
Wed, 21 Aug 2002 15:10:33 +0000 (15:10 +0000)
commitb6aeeca55b99dea051027bd52763cbe9ce4c6240
tree33ba8e1b93fd484fb1e78e62b35644418c618dd3
parent18773d093c9c324f3bcc5734bd4accd0d5319152
  * ./modules/video_output/svgalib.c: SVGAlib video output module.

    Currently only supports 256 color output, and defaults to 320x200. You need     to be root to use it, it may leave your console in an unusable state, lock
    up your video card, it will segfault at exit if you compile it as a plugin
    because of SVGAlib's ludicrous use of atexit() and signal().
    Apart from these few glitches, it's rather OK, use "-I dummy -V svgalib"
    to activate. Q or Esc to quit (press for a long time if it doesn't work).
Makefile.opts.in
configure
configure.in
modules/video_output/Makefile
modules/video_output/svgalib.c [new file with mode: 0644]
src/video_output/vout_pictures.c