37e6e5db52
Various bug fixes and support for additional video formats. Including support for gcc4.5 and for latest x264 library.
13 lines
404 B
C++
13 lines
404 B
C++
$NetBSD: patch-plugins_ADM_audioDevices_Sdl_ADM_deviceSDL.cpp,v 1.1 2011/02/17 09:20:17 markd Exp $
|
|
|
|
--- plugins/ADM_audioDevices/Sdl/ADM_deviceSDL.cpp.orig 2008-07-03 19:29:34.000000000 +0000
|
|
+++ plugins/ADM_audioDevices/Sdl/ADM_deviceSDL.cpp
|
|
@@ -12,7 +12,7 @@
|
|
|
|
|
|
#include "ADM_default.h"
|
|
-#include "SDL.h"
|
|
+#include <SDL/SDL.h>
|
|
|
|
#include "ADM_audiodevice.h"
|
|
#include "ADM_audioDeviceInternal.h"
|