[MPlayer-cvslog] r25389 - in trunk: DOCS/man/en/mplayer.1 Makefile cfg-mplayer.h configure unrar_exec.c unrar_exec.h vobsub.c

Diego Biurrun diego at biurrun.de
Mon Dec 17 10:56:57 CET 2007


On Fri, Dec 14, 2007 at 09:16:39AM +0100, ulion wrote:
> 
> Log:
> Support using unrar executable to access rar-compressed vobsub files.
> 
> Added:
>    trunk/unrar_exec.c
>    trunk/unrar_exec.h
> 
> --- (empty file)
> +++ trunk/unrar_exec.h	Fri Dec 14 09:16:39 2007
> @@ -0,0 +1,38 @@
> +
> +#ifndef UNRAR_EXEC_H
> +#define UNRAR_EXEC_H
> +
> +#include "unrarlib.h"

Including this file is not good as it makes the unrarexec code depend on
unrarlib, which is slated for removal.

Diego



More information about the MPlayer-cvslog mailing list