Opened 8 years ago

Closed 8 years ago

#5484 closed defect (fixed)

build from git fails in libavutil

Reported by: Bruce Ferrell Owned by:
Priority: normal Component: avutil
Version: git-master Keywords: vaapi
Cc: Blocked By:
Blocking: Reproduced by developer: yes
Analyzed by developer: no

Description

./configure \

--enable-gpl \
--enable-libx264 \
--enable-libmp3lame \
--enable-nonfree \
--enable-libfdk-aac \
--prefix=/usr \
--libdir=/usr/lib64 \
--disable-demuxer=matroska \
--disable-muxer=matroska \
--disable-muxer=matroska_audio \
--disable-hwaccels \
--disable-filter=scale_vaapi

libavutil/hwcontext_vaapi.c:66:9: error: ‘VA_FOURCC_ABGR’ undeclared here (not in a function)

VA_FOURCC_ ## va, \

libavutil/hwcontext_vaapi.c:95:5: note: in expansion of macro ‘MAP’

MAP(ABGR, RGB32, ABGR),

common.mak:60: recipe for target 'libavutil/hwcontext_vaapi.o' failed
make: * [libavutil/hwcontext_vaapi.o] Error 1

Attachments (1)

config.log (315.8 KB ) - added by Bruce Ferrell 8 years ago.
config.log

Download all attachments as: .zip

Change History (5)

comment:1 by Bruce Ferrell, 8 years ago

Build environment is opensuse 13.2

comment:2 by James, 8 years ago

Technically it shouldn't be needed since you're configuring with --disable-hwaccels, but try configuring with --disable-vaapi. If that works then configure needs to be fixed.

What version of libva are you using for it to be missing that define?

by Bruce Ferrell, 8 years ago

Attachment: config.log added

config.log

comment:3 by Bruce Ferrell, 8 years ago

That did work. I'm not certain of the libav so I've attached the config.log

comment:4 by Carl Eugen Hoyos, 8 years ago

Component: undeterminedavutil
Keywords: vaapi added
Reproduced by developer: set
Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.