]> git.sesse.net Git - vlc/commit
* ./Makefile: fixed a bug when no builtins were selected.
authorSam Hocevar <sam@videolan.org>
Sat, 5 Jan 2002 15:17:12 +0000 (15:17 +0000)
committerSam Hocevar <sam@videolan.org>
Sat, 5 Jan 2002 15:17:12 +0000 (15:17 +0000)
commit2ccbfd77fdd36dd6ea6c8f912a8d72678a0f5801
treecec76d65f769a48c079d0981f4017e1a3b06c6fa
parentb0c8b579999e5ba148e5f231fd0839aefd73bf31
  * ./Makefile: fixed a bug when no builtins were selected.
  * ./plugins/mga/mga.c: ported the MGA video output to vout4. Only does YV12
    for the moment, and there is a strange bug with some streams which gives
    only a green image. Needs to be looked at.
  * ./plugins/x11/xcommon.c: fixed a few typos.
Makefile
plugins/mga/mga.c
plugins/mga/vout_mga.c [new file with mode: 0644]
plugins/mga/vout_mga.h [new file with mode: 0644]
plugins/x11/xcommon.c