[Ffmpeg-devel] build broken with --disable-encoders

Alexander Strange astrange
Wed Mar 14 21:05:05 CET 2007


h263.c references an undefined symbol in h263_decode_init_vlc, lines  
2996-3000:

         init_rl(&rl_inter, static_rl_table_store[0]);
         init_rl(&rl_intra, static_rl_table_store[1]);
         init_rl(&rvlc_rl_inter, static_rl_table_store[3]);
         init_rl(&rvlc_rl_intra, static_rl_table_store[4]);
         init_rl(&rl_intra_aic, static_rl_table_store[2]);

static_rl_table_store is only defined for CONFIG_ENCODERS.




More information about the ffmpeg-devel mailing list