Bug 26775

Summary: The includefile libavutil/imgutils.h seems to be missing, but it is nessesary to use ffmpeg libraries
Product: Mageia Reporter: J Scheurich <mufti11>
Component: RPM PackagesAssignee: Mageia Bug Squad <bugsquad>
Status: RESOLVED INVALID QA Contact:
Severity: normal    
Priority: Normal CC: davidwhodgins
Version: 7   
Target Milestone: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Source RPM: lib64avutil56-4.1.5-1.mga7 CVE:
Status comment:

Description J Scheurich 2020-06-12 04:13:10 CEST
Description of problem:

The includefile libavutil/imgutils.h seems to be missing

Version-Release number of selected component (if applicable):

ib64avutil56-4.1.5-1.mga7 (maybe other versions too)

How reproducible:


$ find /usr/include -name '*img*'
$ 

find should find imgutils.h...
Comment 1 Dave Hodgins 2020-06-12 06:46:32 CEST
$ urpmf imgutils.h|sort -u
lib64ffmpeg-devel:/usr/include/libavutil/imgutils.h
lib64myth-devel:/usr/include/mythtv/libavutil/imgutils.h
libffmpeg-devel:/usr/include/libavutil/imgutils.h
libmyth-devel:/usr/include/mythtv/libavutil/imgutils.h
# ll /usr/include/libavutil/imgutils.h 
-rw-r--r-- 1 root root 11530 Jul  8  2019 /usr/include/libavutil/imgutils.h

The devel file should only be needed if you're compiling something, not
for normal ffmpeg usage.

What are you trying to do that isn't working?

CC: (none) => davidwhodgins

Comment 2 David Walser 2020-06-12 21:03:06 CEST
Indeed "urpmi ffmpeg-devel" is all that is needed.

Resolution: (none) => INVALID
Status: NEW => RESOLVED