aboutsummaryrefslogtreecommitdiff
path: root/multimedia/sabbu/files/patch-video.h
blob: 0b0f69dba90d8a5b9c3675525b94cd65d7b29c13 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- Source/video.h.orig	Thu Jul 14 17:52:07 2005
+++ Source/video.h	Sun Jun 17 08:57:32 2007
@@ -23,11 +23,13 @@
 };
 
 #else
+extern "C" {
 #ifndef _WINDOWS
 #include <ffmpeg/avformat.h>
 #else
 #include "video_ffmpeg.h"
 #endif
+}
 #endif
 
 void video_uninit();