I'm using libav, is this maybe the reason for this compiler error? Would like to compile MLT in order to compile kdenlive 0.8 ;)
make[2]: Entering directory `/data/cworkspace/mlt/src/modules/avformat' cc -I../.. -Wall -DPIC -O2 -pipe -fomit-frame-pointer -ffast-math -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DARCH_X86_64 -fPIC -pthread -DAVDATADIR=\"/usr/share/ffmpeg/\" -DFILTERS -DVDPAU `pkg-config --cflags x11` -DCODECS -DSWSCALE -DAVDEVICE -c -o producer_avformat.o producer_avformat.c producer_avformat.c: In function ‘reopen_video’: producer_avformat.c:812:65: error: ‘struct AVInputFormat’ has no member named ‘priv_class’ producer_avformat.c: In function ‘producer_get_image’: producer_avformat.c:1083:59: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] producer_avformat.c:1488:37: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] producer_avformat.c: In function ‘producer_set_up_video’: producer_avformat.c:1771:45: error: ‘struct AVInputFormat’ has no member named ‘priv_class’ Simon ------------------------------------------------------------------------------ Achieve unprecedented app performance and reliability What every C/C++ and Fortran developer should know. Learn how Intel has extended the reach of its next-generation tools to help boost performance applications - inlcuding clusters. http://p.sf.net/sfu/intel-dev2devmay _______________________________________________ Mlt-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mlt-devel
