freebsd-ports/emulators/kcemu/files/patch-include-ui-gtk-ffmpeg.h
Antoine Brodin c1f507227a Unbreak
While here, add stage support

PR:		ports/184779
Submitted by:	maintainer
2014-02-08 15:44:34 +00:00

12 lines
326 B
C

--- include/ui/gtk/ffmpeg.h.orig 2010-03-07 20:50:22.000000000 +0100
+++ include/ui/gtk/ffmpeg.h 2013-12-15 16:45:59.000000000 +0100
@@ -28,7 +28,9 @@
extern "C"
{
#define __STDC_CONSTANT_MACROS
+#include <libavcodec/avcodec.h>
#include <libavformat/avformat.h>
+#include <libavformat/avio.h>
}
#include "kc/system.h"