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

Ulion ulion2002 at gmail.com
Mon Dec 17 12:31:07 CET 2007


2007/12/17, Diego Biurrun <diego at biurrun.de>:
> 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.

They share same struct used for descript file list in a rar package.
When you need to remove unrarlib, that remove patch should include
those struct declare and implement part and patch into unrar_exec.


-- 
Ulion



More information about the MPlayer-cvslog mailing list