Mercurial > mplayer.hg
changeset 28198:a28688dc4b3a
Avoid unused variable warning.
author | diego |
---|---|
date | Fri, 02 Jan 2009 12:53:05 +0000 |
parents | 45ca1763a540 |
children | 0f4e0c39c20e |
files | libmpcodecs/vd_qtvideo.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpcodecs/vd_qtvideo.c Fri Jan 02 12:48:11 2009 +0000 +++ b/libmpcodecs/vd_qtvideo.c Fri Jan 02 12:53:05 2009 +0000 @@ -84,7 +84,9 @@ // init driver static int init(sh_video_t *sh){ +#ifndef CONFIG_QUICKTIME long result = 1; +#endif ComponentResult cres; ComponentDescription desc; Component prev=NULL;