freebsd-ports/multimedia/dvbcut/files/patch-avframe.h
Stefan Eßer 8b8a92680a Unbreak compilation caused by removal of C++ compatibility wrappers
from include files that are installed by ffmpeg. The ffmpeg developers
wanted to make it clear, that C++ is not officially supported.
2007-07-17 06:27:12 +00:00

13 lines
228 B
C++

--- src/avframe.h~ 2007-04-13 19:36:27 +0200
+++ src/avframe.h 2007-07-17 01:08:23 +0200
@@ -19,7 +19,9 @@
#ifndef _DVBCUT_AVFRAME_H
#define _DVBCUT_AVFRAME_H
+extern "C" {
#include <ffmpeg/avcodec.h>
+}
class QImage;