summaryrefslogtreecommitdiffstats
path: root/vidix/vidix.h
diff options
context:
space:
mode:
authorben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-06-07 11:47:33 +0000
committerben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-06-07 11:47:33 +0000
commit494da54eaf11c759f05c703aa635ce1f0324cbb8 (patch)
treee088c27cc6728b6d1bc4dee49fb0d60c9a10abc2 /vidix/vidix.h
parentd47186c5d85318df77cb67050eb08af1de3d4bd6 (diff)
downloadmpv-494da54eaf11c759f05c703aa635ce1f0324cbb8.tar.bz2
mpv-494da54eaf11c759f05c703aa635ce1f0324cbb8.tar.xz
remove C++ inclusion guard from vidix headers
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27011 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'vidix/vidix.h')
-rw-r--r--vidix/vidix.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/vidix/vidix.h b/vidix/vidix.h
index 91f1993185..01a998b004 100644
--- a/vidix/vidix.h
+++ b/vidix/vidix.h
@@ -36,10 +36,6 @@
#ifndef MPLAYER_VIDIX_H
#define MPLAYER_VIDIX_H
-#ifdef __cplusplus
-extern "C" {
-#endif
-
#define PROBE_NORMAL 0 /* normal probing */
#define PROBE_FORCE 1 /* ignore device_id but recognize device if it's known */
@@ -309,8 +305,4 @@ typedef struct vidix_oem_fx_s
char *name[80]; /* effect name to display */
} vidix_oem_fx_t;
-#ifdef __cplusplus
-}
-#endif
-
#endif /* MPLAYER_VIDIX_H */