freebsd-ports/multimedia/dvbcut/files/patch-streamdata.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

12 lines
240 B
C++

--- src/streamdata.h~ 2007-04-13 19:36:27 +0200
+++ src/streamdata.h 2007-07-17 01:12:01 +0200
@@ -21,7 +21,9 @@
#include <string>
#include <list>
+extern "C" {
#include <ffmpeg/avformat.h>
+}
#include "port.h"
#include "tsfile.h"