Hello, I'm building Kdenlive for Windows (from Linux using MXE); MLT 6.4.1 builds but using latest git code I get:
x86_64-w64-mingw32.shared.posix-gcc -shared -o ../libmltfrei0r.dll factory.o producer_frei0r.o filter_frei0r.o transition_frei0r.o frei0r_helper.o -L/home/loul/devel/mxe/usr/x86_6 4-w64-mingw32.shared.posix/lib -Wl,--no-undefined -Wl,--as-needed -Wl,--no-undefined -Wl,--as-needed -L../../framework -lmlt -Wl,--no-undefined -Wl,--as-needed -lm -ldl frei0r_helper.o: In function `process_frei0r_item': /home/loul/devel/mlt/src/modules/frei0r/frei0r_helper.c:106: undefined reference to `mlt_slices_count_normal' /home/loul/devel/mlt/src/modules/frei0r/frei0r_helper.c:241: undefined reference to `mlt_slices_run_normal' /home/loul/devel/mlt/src/modules/frei0r/frei0r_helper.c:226: undefined reference to `mlt_slices_run_normal' /home/loul/devel/mlt/src/modules/frei0r/frei0r_helper.c:211: undefined reference to `mlt_slices_run_normal' collect2: error: ld returned 1 exit status Surprising as "x86_64-w64-mingw32.shared.posix-nm libmlt.dll" shows these functions, and they are listed in libmlt.def... I've searched quite some time & tried various link options but without success Any idea of what's going wrong? Thanks for your help! Vincent ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Mlt-devel mailing list Mlt-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mlt-devel