comparison vidix/vidixlib.h @ 26979:caa5f90c7cb0

remove C++ inclusion guard from vidix headers
author ben
date Sat, 07 Jun 2008 11:47:33 +0000
parents 0e250247255f
children 3dccfe530193
comparison
equal deleted inserted replaced
26978:53ae66ee504e 26979:caa5f90c7cb0
33 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 33 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
34 */ 34 */
35 35
36 #ifndef MPLAYER_VIDIXLIB_H 36 #ifndef MPLAYER_VIDIXLIB_H
37 #define MPLAYER_VIDIXLIB_H 37 #define MPLAYER_VIDIXLIB_H
38
39 #ifdef __cplusplus
40 extern "C" {
41 #endif
42 38
43 #include "vidix.h" 39 #include "vidix.h"
44 40
45 typedef struct VDXDriver { 41 typedef struct VDXDriver {
46 const char *name; 42 const char *name;
133 129
134 130
135 /* Returns 0 if ok else errno */ 131 /* Returns 0 if ok else errno */
136 int vdlPlaybackCopyFrame(VDL_HANDLE, const vidix_dma_t * ); 132 int vdlPlaybackCopyFrame(VDL_HANDLE, const vidix_dma_t * );
137 133
138 #ifdef __cplusplus
139 }
140 #endif
141
142 #endif /* MPLAYER_VIDIXLIB_H */ 134 #endif /* MPLAYER_VIDIXLIB_H */