freebsd-ports/multimedia/flv2mpeg4/files/patch-src_avformat_writer.h
Pav Lucistnik e21f7912ae - Fix build with new ffmpeg
Submitted by:	Alex Kozlov <spam@rm-rf.kiev.ua> (maintainer)
2008-07-28 22:16:42 +00:00

10 lines
306 B
C

Index: avformat_writer.h
@@ -28,7 +28,7 @@
#include <memory.h>
#include "type.h"
-#include "avformat.h" // libavformat is part of ffmpeg(http://ffmpeg.sf.net)
+#include "libavformat/avformat.h" // libavformat is part of ffmpeg(http://ffmpeg.sf.net)
#include "mp3header.h"
typedef struct _AVFWRITER