mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-23 18:32:53 +00:00
thumbnailers: do not assume video_thumbnailer is struct
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
8ba3a521a3
commit
e0df5192df
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ check_symbol_exists(
|
|||
)
|
||||
|
||||
check_struct_has_member(
|
||||
"struct video_thumbnailer"
|
||||
"video_thumbnailer"
|
||||
"prefer_embedded_metadata"
|
||||
"libffmpegthumbnailer/videothumbnailerc.h"
|
||||
HAVE_PREFER_EMBEDDED_METADATA
|
||||
|
|
Loading…
Add table
Reference in a new issue