]> git.sesse.net Git - vlc/commit
* Got rid of the DVD_DEVICE macro. We now use the dvd_device config option.
authorGildas Bazin <gbazin@videolan.org>
Tue, 2 Apr 2002 23:27:07 +0000 (23:27 +0000)
committerGildas Bazin <gbazin@videolan.org>
Tue, 2 Apr 2002 23:27:07 +0000 (23:27 +0000)
commit22b05cefc618ed1601e1c42908179a307dcab743
treefb21d4d1fe8347eea5bd2f3a2747371e95dccbe1
parentad14a89d0fbcca30225e6d33c6f40c35e7eb45e4
* Got rid of the DVD_DEVICE macro. We now use the dvd_device config option.
  ( this creates a small memory leak as we don't free the string obtained
    from config_GetPszVariable, but I think we can live with it for now )

* the SSE plugins are disable on the mingw32 build as they don't work.
  ( because memalign is not implemented on win32, and malloc only aligns
    on an 8 bytes boundary )

* fixed small mistake in INSTALL.win32
INSTALL.win32
configure
configure.in
extras/Win32_msvc/defs.h
plugins/gtk/fixfiles.sh
plugins/gtk/gnome_interface.c
plugins/gtk/gtk_interface.c