]> git.sesse.net Git - vlc/commit
* Win32 compilation fixes (mingw includes dirent)
authorGildas Bazin <gbazin@videolan.org>
Fri, 15 Feb 2002 20:02:21 +0000 (20:02 +0000)
committerGildas Bazin <gbazin@videolan.org>
Fri, 15 Feb 2002 20:02:21 +0000 (20:02 +0000)
commitde32203be858c405c72c85c218af7cdc66b5d2be
tree3ed67a071a48a43a29275678e201be553c8f504a
parent48cbd8f3607519da4171671b8451b14f98244077
* Win32 compilation fixes (mingw includes dirent)
* configure now checks for ddraw.h and not directx.h
* vout_directx doesn't include directx.h anymore (this file isn't part of
    the directx sdk)
* moved all the stuff from aout_waveout.c directly into waveout.c (I don't
    know what I was thinking about when I created these two files ;-)
* until we fix the audio buffer underrun problem, waveout will be the
    default audio output on win32 (instead of directx).
configure
configure.in
plugins/directx/aout_directx.c
plugins/directx/vout_directx.c
plugins/gtk/gtk_playlist.c
plugins/win32/Makefile
plugins/win32/aout_waveout.c [deleted file]
plugins/win32/waveout.c