from include files that are installed by ffmpeg. The ffmpeg developers wanted to make it clear, that C++ is not officially supported.
12 lines
240 B
C++
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"
|