summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-03-27 15:22:47 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-03-27 15:22:47 +0000
commit38abe6ff7a3810f8e01b6296570e92df1b12b09c (patch)
tree335be11ff421d4de0b60825cb439421b14faa0fb /libvo
parentdf61424414fe3fdd7f5dce787aed17d3a4e2ab88 (diff)
downloadmpv-38abe6ff7a3810f8e01b6296570e92df1b12b09c.tar.bz2
mpv-38abe6ff7a3810f8e01b6296570e92df1b12b09c.tar.xz
Mark some more LIBVO_EXTERN declarations as const where possible.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30967 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/vo_kva.c2
-rw-r--r--libvo/vo_matrixview.c2
-rw-r--r--libvo/vo_vdpau.c2
-rw-r--r--libvo/vo_wii.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/libvo/vo_kva.c b/libvo/vo_kva.c
index 4805d51fbd..dd604fdeb5 100644
--- a/libvo/vo_kva.c
+++ b/libvo/vo_kva.c
@@ -61,7 +61,7 @@ static const vo_info_t info = {
""
};
-LIBVO_EXTERN(kva)
+const LIBVO_EXTERN(kva)
#define WC_MPLAYER "WC_MPLAYER"
diff --git a/libvo/vo_matrixview.c b/libvo/vo_matrixview.c
index f3e36d808b..6d482fa523 100644
--- a/libvo/vo_matrixview.c
+++ b/libvo/vo_matrixview.c
@@ -44,7 +44,7 @@ static const vo_info_t info = {
"Based on MatrixView from rss-glx.sf.net"
};
-LIBVO_EXTERN(matrixview)
+const LIBVO_EXTERN(matrixview)
static MPGLContext glctx;
diff --git a/libvo/vo_vdpau.c b/libvo/vo_vdpau.c
index e9626a3031..8b6fec44ef 100644
--- a/libvo/vo_vdpau.c
+++ b/libvo/vo_vdpau.c
@@ -59,7 +59,7 @@ static vo_info_t info = {
""
};
-LIBVO_EXTERN(vdpau)
+const LIBVO_EXTERN(vdpau)
#define CHECK_ST_ERROR(message) \
if (vdp_st != VDP_STATUS_OK) { \
diff --git a/libvo/vo_wii.c b/libvo/vo_wii.c
index 030b19dd05..6c84d7514c 100644
--- a/libvo/vo_wii.c
+++ b/libvo/vo_wii.c
@@ -61,7 +61,7 @@ static const vo_info_t info = {
""
};
-LIBVO_EXTERN(wii)
+const LIBVO_EXTERN(wii)
static signed int pre_init_err = -2;