[FFmpeg-devel] [PATCH] makes compilation of h263.c conditionnal

Michael Niedermayer michaelni
Tue Jul 10 18:30:32 CEST 2007


Hi

On Tue, Jul 10, 2007 at 04:56:49PM +0200, Aurelien Jacobs wrote:
> Hi,
> 
> I'm almost done with my effort about making h263.c compilation conditionnal.
> I have only 2 dependencies left which I would like to remove.
> 
> * svq1dec.c uses mvtab which is defined in h263data.h but don't depend
> on h263 otherwise. Possible solutions:
>     - makes svq1dec.o depends on h263.o (ugly :-( )
>     - move mvtab in another file, but I've no idea where. Any suggestion ?

move it into a new file maybe?


> 
> * h261dec.c uses init_vlc_rl() which is define in h263.c but don't depend
> on h263 otherwise. Possible solutions:
>     - makes h261dec.o depends on h263.o (ugly :-( )
>     - move init_vlc_rl() in mpegvideo.c along with init_rl().
>       Is this acceptable (see attached patch) ?

ok

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

The misfortune of the wise is better than the prosperity of the fool.
-- Epicurus
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20070710/1263a4d2/attachment.pgp>



More information about the ffmpeg-devel mailing list