[FFmpeg-trac] #10664(undetermined:new): vf_cropdetect depends on edge_common, missing from Makefile
FFmpeg
trac at avcodec.org
Tue Nov 14 20:44:18 EET 2023
#10664: vf_cropdetect depends on edge_common, missing from Makefile
-------------------------------------+-------------------------------------
Reporter: DeHackEd | Type: defect
Status: new | Priority: minor
Component: | Version: git-
undetermined | master
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
Summary of the bug:
The `cropdetect` filter depends on the edge_common.c file being compiled,
but this is missing from the Makefile. Certain uses of "configure
--disable-filter[s]" may render ffmpeg unbuildable.
How to reproduce:
{{{
% ./configure --disable-filters --enable-filter=cropdetect --enable-gpl
% make ffmpeg
[...]
LD ffmpeg_g
/usr/bin/ld: libavfilter/libavfilter.a(vf_cropdetect.o): in function
`filter_frame':
/home/dehacked/Git/ffmpeg/libavfilter/vf_cropdetect.c:266: undefined
reference to `ff_sobel_8'
[more errors]
}}}
--
Ticket URL: <https://trac.ffmpeg.org/ticket/10664>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list