blob: 6c1a1c6ad134e92a3f6b82555ba1633296aff5ac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-as,v 1.1 2008/02/19 09:11:43 xtraeme Exp $
--- avidemux/main.cpp.orig 2008-02-19 09:54:01.000000000 +0100
+++ avidemux/main.cpp 2008-02-19 09:54:14.000000000 +0100
@@ -53,7 +53,7 @@
#ifdef USE_SDL
extern "C" {
- #include "SDL.h"
+ #include <SDL/SDL.h>
}
#include "ADM_userInterfaces/ADM_commonUI/GUI_sdlRender.h"
|