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

Aurelien Jacobs aurel
Tue Jul 10 16:56:49 CEST 2007


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 ?

* 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) ?

Aurel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: init_vlc_rl.diff
Type: text/x-diff
Size: 3839 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20070710/f4355a5e/attachment.diff>



More information about the ffmpeg-devel mailing list