Pastebin
Paste #471: make error
< previous paste - next paste>
Pasted by tdn
amr.c:107: error: ‘MR122’ undeclared (first use in this function) amr.c:115: warning: ‘return’ with a value, in function returning void amr.c:119: warning: ‘return’ with a value, in function returning void amr.c: At top level: amr.c:361: error: field ‘enc_bitrate’ has incomplete type amr.c: In function ‘amr_nb_decode_init’: amr.c:369: warning: implicit declaration of function ‘Decoder_Interface_init’ amr.c:369: warning: assignment makes pointer from integer without a cast amr.c: In function ‘amr_nb_encode_init’: amr.c:408: warning: implicit declaration of function ‘Encoder_Interface_init’ amr.c:408: warning: assignment makes pointer from integer without a cast amr.c:415: warning: statement with no effect amr.c: In function ‘amr_nb_decode_close’: amr.c:424: warning: implicit declaration of function ‘Decoder_Interface_exit’ amr.c: In function ‘amr_nb_encode_close’: amr.c:432: warning: implicit declaration of function ‘Encoder_Interface_exit’ amr.c: In function ‘amr_nb_decode_frame’: amr.c:444: error: storage size of ‘dec_mode’ isn’t known amr.c:449: warning: statement with no effect amr.c:450: error: array subscript is not an integer amr.c:450: warning: assignment makes integer from pointer without a cast amr.c:460: warning: implicit declaration of function ‘Decoder_Interface_Decode’ amr.c:444: warning: unused variable ‘dec_mode’ amr.c: In function ‘amr_nb_encode_frame’: amr.c:472: warning: statement with no effect amr.c:474: warning: implicit declaration of function ‘Encoder_Interface_Encode’ amr.c:522:32: error: amrwb_float/enc_if.h: No such file or directory amr.c:523:32: error: amrwb_float/dec_if.h: No such file or directory amr.c: At top level: amr.c:565: error: expected specifier-qualifier-list before ‘Word16’ amr.c: In function ‘amr_wb_encode_init’: amr.c:589: warning: implicit declaration of function ‘E_IF_init’ amr.c:589: warning: assignment makes pointer from integer without a cast amr.c:591: error: ‘AMRWBContext’ has no member named ‘allow_dtx’ amr.c:591: warning: statement with no effect amr.c: In function ‘amr_wb_encode_close’: amr.c:600: warning: implicit declaration of function ‘E_IF_exit’ amr.c: In function ‘amr_wb_encode_frame’: amr.c:613: warning: implicit declaration of function ‘E_IF_encode’ amr.c:613: error: ‘AMRWBContext’ has no member named ‘allow_dtx’ amr.c: In function ‘amr_wb_decode_init’: amr.c:622: warning: implicit declaration of function ‘D_IF_init’ amr.c:622: warning: assignment makes pointer from integer without a cast amr.c: At top level: amr.c:635: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘block_size’ amr.c: In function ‘amr_wb_decode_frame’: amr.c:652: error: ‘block_size’ undeclared (first use in this function) amr.c:652: error: incompatible types in assignment amr.c:652: warning: statement with no effect amr.c:660: warning: implicit declaration of function ‘D_IF_decode’ amr.c:660: error: ‘_good_frame’ undeclared (first use in this function) amr.c: In function ‘amr_wb_decode_close’: amr.c:669: warning: implicit declaration of function ‘D_IF_exit’ make[1]: *** [amr.o] Error 1 make[1]: Leaving directory `/home/tdn/wc/ffmpeg/libavcodec' make: *** [lib] Error 2
New Paste
Go to most recent paste.