[xvbat-devel] which JM version to compile against?
Status: Beta
Brought to you by:
timwriter
From: XvBA T. D. <xvb...@li...> - 2012-03-21 16:09:38
|
When trying to compile xvba tools, I get the following error: cc -g -O2 -std=gnu99 -Iinclude -I/home/displayer/src/JM/ldecod/inc -I/home/displayer/src/JM/lcommon/inc -I../../../include -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -c -o jm.o jm.c jm.c: In function ‘jm_copy_slice_info’: jm.c:129:5: warning: implicit declaration of function ‘CopySliceInfo’ [-Wimplicit-function-declaration] jm.c:129:5: warning: ‘return’ with a value, in function returning void [enabled by default] jm.c: In function ‘jm_create_slice’: jm.c:139:34: error: ‘JM_VideoParams’ has no member named ‘p_Dpb’ jm.c: In function ‘jm_decode_slice_header’: jm.c:270:9: error: too many arguments to function ‘UseParameterSet’ /home/displayer/src/JM/ldecod/inc/parset.h:54:13: note: declared here jm.c: In function ‘jm_read_nalu’: jm.c:444:14: error: ‘JM_VideoParams’ has no member named ‘bitsfile’ make: *** [jm.o] Error 1 Am I compiling against the wrong JM version? I'm using JM 18.3. Or is there something else wrong? Regards, Christophe |