#10423: mlt-6.6.0
-----------------------------+-------------------------
Reporter: pierre.labastie | Owner: blfs-book@…
Type: enhancement | Status: new
Priority: normal | Milestone: 8.3
Component: BOOK | Version: SVN
Severity: normal | Keywords:
-----------------------------+-------------------------
mlt development has moved to github. There is a new version at
https://github.com/mltframework/mlt/releases/download/v6.6.0/mlt-6.6.0.tar.gz.
This version fixes a failure when opencv-3.4.0 is installed (there were
API changes in this version of opencv):
{{{
g++ -Wall -DPIC -O2 -pipe -fno-tree-dominator-opts -fno-tree-pre -ffast-
math -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64
-D_LARGEFILE_SOURCE -Wno-deprecated -I../.. -DARCH_X86_64 -Wall -DPIC
-O2 -pipe -fno-tree-dominator-opts -fno-tree-pre -ffast-math -DUSE_MMX
-DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fPIC
-pthread -I/usr/include/opencv -c -o filter_opencv_tracker.o
filter_opencv_tracker.cpp
filter_opencv_tracker.cpp: In function "void analyze(mlt_filter, cv::Mat,
private_data*, int, int, int, int)":
filter_opencv_tracker.cpp:114:33: error: "create" is not a member of
"cv::Tracker"
data->tracker = cv::Tracker::create( "KCF" );
^~~~~~
}}}
--
Ticket URL: <http://wiki.linuxfromscratch.org/blfs/ticket/10423>
BLFS Trac <http://wiki.linuxfromscratch.org/blfs>
Beyond Linux From Scratch
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page