openbsd-ports/multimedia/ffmpeg2theora/patches/patch-ffmpeg2theora_c
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

15 lines
397 B
Plaintext

$OpenBSD: patch-ffmpeg2theora_c,v 1.1 2008/07/09 02:13:01 jakemsr Exp $
--- ffmpeg2theora.c.orig Sat Jun 21 20:56:30 2008
+++ ffmpeg2theora.c Sat Jun 21 20:56:54 2008
@@ -26,8 +26,8 @@
#include <getopt.h>
#include <math.h>
-#include "avformat.h"
-#include "swscale.h"
+#include "libavformat/avformat.h"
+#include "libswscale/swscale.h"
#include "theora/theora.h"
#include "vorbis/codec.h"