13 lines
402 B
Plaintext
13 lines
402 B
Plaintext
|
$OpenBSD: patch-plugins_decoder_ffmpeg_k3bffmpegdecoder_cpp,v 1.1 2008/07/09 02:13:01 jakemsr Exp $
|
||
|
--- plugins/decoder/ffmpeg/k3bffmpegdecoder.cpp.orig Sun Jun 22 01:24:01 2008
|
||
|
+++ plugins/decoder/ffmpeg/k3bffmpegdecoder.cpp Sun Jun 22 01:24:17 2008
|
||
|
@@ -22,7 +22,7 @@
|
||
|
#include <k3bpluginfactory.h>
|
||
|
|
||
|
extern "C" {
|
||
|
-#include <ffmpeg/avcodec.h>
|
||
|
+#include <libavcodec/avcodec.h>
|
||
|
}
|
||
|
|
||
|
#include <math.h>
|