openbsd-ports/graphics/ffmpegthumbnailer/patches/patch-src_moviedecoder_cpp
jakemsr 6838aeee39 * FFmpeg headers moved
* FFmpeg LIB_DEPENDS/WANTLIB changes
* add @bin markers in PLISTs
* bump PKGNAMEs

feedback/ok brad@
2008-07-09 02:07:36 +00:00

13 lines
324 B
Plaintext

$OpenBSD: patch-src_moviedecoder_cpp,v 1.1 2008/07/09 02:09:59 jakemsr Exp $
--- src/moviedecoder.cpp.orig Sat Jun 21 19:48:47 2008
+++ src/moviedecoder.cpp Sat Jun 21 19:49:01 2008
@@ -5,7 +5,7 @@
#include <iostream>
extern "C" {
-#include <ffmpeg/swscale.h>
+#include <libswscale/swscale.h>
}
using namespace std;