6838aeee39
* FFmpeg LIB_DEPENDS/WANTLIB changes * add @bin markers in PLISTs * bump PKGNAMEs feedback/ok brad@
15 lines
398 B
Plaintext
15 lines
398 B
Plaintext
$OpenBSD: patch-src_moviedecoder_h,v 1.1 2008/07/09 02:09:59 jakemsr Exp $
|
|
--- src/moviedecoder.h.orig Sat Jun 21 19:47:00 2008
|
|
+++ src/moviedecoder.h Sat Jun 21 19:48:14 2008
|
|
@@ -9,8 +9,8 @@
|
|
#include <vector>
|
|
|
|
extern "C" {
|
|
-#include <ffmpeg/avcodec.h>
|
|
-#include <ffmpeg/avformat.h>
|
|
+#include <libavcodec/avcodec.h>
|
|
+#include <libavformat/avformat.h>
|
|
}
|
|
|
|
typedef unsigned char byte;
|