37e6e5db52
Various bug fixes and support for additional video formats. Including support for gcc4.5 and for latest x264 library.
13 lines
310 B
Text
13 lines
310 B
Text
$NetBSD: patch-as,v 1.2 2011/02/17 09:20:17 markd Exp $
|
|
|
|
--- avidemux/main.cpp.orig 2010-09-29 19:43:13.000000000 +0000
|
|
+++ avidemux/main.cpp
|
|
@@ -41,7 +41,7 @@ extern "C" {
|
|
|
|
#ifdef USE_SDL
|
|
extern "C" {
|
|
- #include "SDL.h"
|
|
+ #include <SDL/SDL.h>
|
|
}
|
|
|
|
#include "ADM_userInterfaces/ADM_render/GUI_sdlRender.h"
|