libcvd-members
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libcvd-members] libcvd/cvd videofilebuffer.h


From: James Loxam
Subject: [libcvd-members] libcvd/cvd videofilebuffer.h
Date: Thu, 07 Jun 2007 14:25:01 +0000

CVSROOT:        /cvsroot/libcvd
Module name:    libcvd
Changes by:     James Loxam <jamesloxam>        07/06/07 14:25:01

Modified files:
        cvd            : videofilebuffer.h 

Log message:
        extern "C" wrapper around the FFMpeg code, required for newer versions 
of FFMpeg which have dropped C++ support

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/libcvd/cvd/videofilebuffer.h?cvsroot=libcvd&r1=1.13&r2=1.14

Patches:
Index: videofilebuffer.h
===================================================================
RCS file: /cvsroot/libcvd/libcvd/cvd/videofilebuffer.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- videofilebuffer.h   24 May 2006 13:09:18 -0000      1.13
+++ videofilebuffer.h   7 Jun 2007 14:25:00 -0000       1.14
@@ -35,8 +35,10 @@
 #include <cvd/byte.h>
 #include <cvd/rgb.h>
 
+extern "C" {
 #include <ffmpeg/avcodec.h>
 #include <ffmpeg/avformat.h>
+}
 
 struct AVFormatContext;
 struct AVFrame; 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]