Bugs item #751381, was opened at 2003-06-09 17:38 Message generated for change (Comment added) made by kabi You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=111050&aid=751381&group_id=11050
Category: None Group: None >Status: Closed >Resolution: Works For Me Priority: 5 Submitted By: Nobody/Anonymous (nobody) >Assigned to: Zdenek Kabelac (kabi) Summary: avifile-0.7.37 won't compile - some header is missing Initial Comment: g++ -DHAVE_CONFIG_H -I. -I. -I../../include -DLINUX -Wall -Wno-unused -I../../include -O2 -mcpu=i686 -march=i686 -ffast-math -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -pipe -c divx4.cpp -fPIC -DPIC -o divx4.lo divx4.cpp: In method `int avm::DIVX_VideoDecoder::init()': divx4.cpp:87: assignment to `int (*)(long unsigned int, long unsigned int, void *, void *)' from `int (*)(void *, int, void *, void *)' divx4.cpp: In method `int avm::DIVX_VideoDecoder::Start()': divx4.cpp:145: `DEC_PARAM' undeclared (first use this function) divx4.cpp:145: (Each undeclared identifier is reported only once divx4.cpp:145: for each function it appears in.) divx4.cpp:145: parse error before `;' divx4.cpp:147: `param' undeclared (first use this function) divx4.cpp:159: `DEC_RGB565' undeclared (first use this function) divx4.cpp:159: `DEC_RGB565_INV' undeclared (first use this function) divx4.cpp:165: `DEC_RGB555' undeclared (first use this function) divx4.cpp:165: `DEC_RGB555_INV' undeclared (first use this function) divx4.cpp:168: `DEC_RGB24' undeclared (first use this function) divx4.cpp:168: `DEC_RGB24_INV' undeclared (first use this function) divx4.cpp:171: `DEC_RGB32' undeclared (first use this function) divx4.cpp:171: `DEC_RGB32_INV' undeclared (first use this function) divx4.cpp:182: `DEC_420' undeclared (first use this function) divx4.cpp:185: `DEC_YV12' undeclared (first use this function) divx4.cpp:188: `DEC_YUV2' undeclared (first use this function) divx4.cpp:192: `DEC_UYVY' undeclared (first use this function) divx4.cpp: In method `int avm::DIVX_VideoDecoder::DecodeFrame(avm::CImage *, const void *, unsigned int, int, bool = true, avm::CImage ** = 0)': divx4.cpp:275: `DEC_SET' undeclared (first use this function) divx4.cpp:275: parse error before `;' divx4.cpp:276: `set' undeclared (first use this function) divx4.cpp:277: `DEC_OPT_SETPP' undeclared (first use this function) divx4.cpp: In method `int avm::DIVX_VideoEncoder::init()': divx4.cpp:455: `ENC_CSP_RGB24' undeclared (first use this function) divx4.cpp:456: `ENC_CSP_YUY2' undeclared (first use this function) divx4.cpp:457: `ENC_CSP_YV12' undeclared (first use this function) divx4.cpp:458: `ENC_CSP_I420' undeclared (first use this function) divx4.cpp: In method `int avm::DIVX_VideoEncoder::Start()': divx4.cpp:467: parse error before `;' divx4.cpp: In method `int avm::DIVX_VideoEncoder::EncodeFrame(const avm::CImage *, void *, int *, uint_t *, int * = 0)': divx4.cpp:589: `struct _ENC_FRAME_' has no member named `colorspace' divx4.cpp:591: `struct _ENC_FRAME_' has no member named `mvs' divx4.cpp:595: `struct _ENC_FRAME_' has no member named `quant' divx4.cpp:597: `struct _ENC_FRAME_' has no member named `intra' divx4.cpp:598: `ENC_OPT_ENCODE_VBR' undeclared (first use this function) divx4.cpp:603: `struct ENC_RESULT' has no member named `is_key_frame' make[2]: *** [divx4.lo] Error 1 make[2]: Leaving directory `/usr/src/avifile/avifile0.7-0.7.37/plugins/libdivx4' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/src/avifile/avifile0.7-0.7.37/plugins' make: *** [all-recursive] Error 1 ---------------------------------------------------------------------- >Comment By: Zdenek Kabelac (kabi) Date: 2004-10-06 09:37 Message: Logged In: YES user_id=15161 Use the right version of DivX codec ---------------------------------------------------------------------- Comment By: thomas kaeding (kaeding) Date: 2003-06-09 17:57 Message: Logged In: YES user_id=779670 NEVER MIND - I was using the latest divx4linux by mistake. Sorry ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=111050&aid=751381&group_id=11050 _______________________________________________ Avifile mailing list [EMAIL PROTECTED] http://prak.org/mailman/listinfo/avifile
