Mercurial > mplayer.hg
changeset 30925:f8939d5b14b5
Mark some more LIBVO_EXTERN declarations as const where possible.
author | reimar |
---|---|
date | Sat, 27 Mar 2010 15:22:47 +0000 |
parents | 798e4a2b2571 |
children | aff8622cf8a8 |
files | libvo/vo_kva.c libvo/vo_matrixview.c libvo/vo_vdpau.c libvo/vo_wii.c |
diffstat | 4 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/vo_kva.c Sat Mar 27 12:47:26 2010 +0000 +++ b/libvo/vo_kva.c Sat Mar 27 15:22:47 2010 +0000 @@ -61,7 +61,7 @@ "" }; -LIBVO_EXTERN(kva) +const LIBVO_EXTERN(kva) #define WC_MPLAYER "WC_MPLAYER"
--- a/libvo/vo_matrixview.c Sat Mar 27 12:47:26 2010 +0000 +++ b/libvo/vo_matrixview.c Sat Mar 27 15:22:47 2010 +0000 @@ -44,7 +44,7 @@ "Based on MatrixView from rss-glx.sf.net" }; -LIBVO_EXTERN(matrixview) +const LIBVO_EXTERN(matrixview) static MPGLContext glctx;