]> git.sesse.net Git - vlc/commit
* fixes for the Qt plugin compilation under Debian
authorSam Hocevar <sam@videolan.org>
Mon, 2 Apr 2001 23:30:41 +0000 (23:30 +0000)
committerSam Hocevar <sam@videolan.org>
Mon, 2 Apr 2001 23:30:41 +0000 (23:30 +0000)
commit8ccd224ce68ba37052c2dfff1d8a34b2c12d32ae
tree721b891b2c3d859073bbf629b55a19432933506a
parenta53dd0f3eb2d0174ead98ca0e3191daf6ee2a775
 * fixes for the Qt plugin compilation under Debian

 * heavy butchering in the CSS and DVD ioctl code to put all architecture-
   dependent code in dvd_ioctl.c

 * added almost fully-functional /dev/dvd driver for MacOS X in
   extras/DVDioctl; to build it:

    % cd extras/DVDioctl
    % pbxbuild
    % kextload build/DVDioctl.kext # note: kextload has to be run as root

   be aware that the license for the DVDioctl kernel extension is
   not GPL but APSL, because I borrowed some code from the Darwin kernel.
15 files changed:
INSTALL
Makefile.in
extras/MacOSX_dvdioctl/DVDioctl.cpp [new file with mode: 0644]
extras/MacOSX_dvdioctl/DVDioctl.h [new file with mode: 0644]
extras/MacOSX_dvdioctl/DVDioctl.pbproj/project.pbxproj [new file with mode: 0644]
extras/MacOSX_dvdioctl/English.lproj/InfoPlist.strings [new file with mode: 0644]
include/config.h.in
include/defs.h.in
plugins/dvd/dvd_css.c
plugins/dvd/dvd_css.h
plugins/dvd/dvd_ioctl.c
plugins/dvd/dvd_ioctl.h
plugins/dvd/input_dvd.c
plugins/dvd/input_dvd.h
src/lpcm_decoder/lpcm_decoder_thread.c