]> git.sesse.net Git - vlc/commit
The BeOS port seems to work again.
authorJean-Marc Dressler <polux@videolan.org>
Sun, 18 Feb 2001 03:32:02 +0000 (03:32 +0000)
committerJean-Marc Dressler <polux@videolan.org>
Sun, 18 Feb 2001 03:32:02 +0000 (03:32 +0000)
commitb0ab70c9bfc80da45733bc4fecbb0ccbedf30fc0
tree64d77d99ead8019030c4ff94d113199763cf4775
parent8e3c802c8431943acc7954b9822ff386d8c96ccf
   The BeOS port seems to work again.

   I used this command to play an unencrypted DVD, but maybe there is a
   better solution: ./vlc dvd:/dev/disk/ide/atapi/1/master/0/raw

   Current problems: gcc doesn't like MMX-EXT instructions, and refuses
   to have register %ebx being used in the main application. Grr.

   ,-- don't trust the CVS bot, it's Sam speaking here :)
  /
15 files changed:
Makefile.dep
Makefile.in
configure
configure.in
include/beos_window.h
include/modules_core.h
include/tests.h
include/threads.h
plugins/beos/aout_beos.cpp
plugins/beos/beos.cpp
plugins/beos/intf_beos.cpp
plugins/beos/vout_beos.cpp
src/input/input.c
src/misc/modules.c
src/video_parser/video_parser.c