Mercurial > mplayer.hg
comparison libvo/vo_xv.c @ 25220:c9e9ac2008c2
Mark the vo_functions_t definitions as const where possible.
This is not possible for xover and anything supporting vidix
due to horrible hacks.
author | reimar |
---|---|
date | Sun, 02 Dec 2007 14:39:15 +0000 |
parents | 3aee342be929 |
children | afa125da85cf |
comparison
equal
deleted
inserted
replaced
25219:e82ecde2cbd4 | 25220:c9e9ac2008c2 |
---|---|
52 "xv", | 52 "xv", |
53 "Gerd Knorr <kraxel@goldbach.in-berlin.de> and others", | 53 "Gerd Knorr <kraxel@goldbach.in-berlin.de> and others", |
54 "" | 54 "" |
55 }; | 55 }; |
56 | 56 |
57 LIBVO_EXTERN(xv) | 57 const LIBVO_EXTERN(xv) |
58 #ifdef HAVE_SHM | 58 #ifdef HAVE_SHM |
59 #include <sys/ipc.h> | 59 #include <sys/ipc.h> |
60 #include <sys/shm.h> | 60 #include <sys/shm.h> |
61 #include <X11/extensions/XShm.h> | 61 #include <X11/extensions/XShm.h> |
62 | 62 |