Bug #2374
Compile Error: undefined reference to `av_frame_alloc' et al
0%
Description
Tvheadend fails when compiling with:
/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/src/plumbing/transcoding.o: In function `transcoder_stream_audio':
/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src/plumbing/transcoding.c:491: undefined reference to `av_frame_alloc'
/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src/plumbing/transcoding.c:918: undefined reference to `av_frame_free'
/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src/plumbing/transcoding.c:850: undefined reference to `av_frame_free'
/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src/plumbing/transcoding.c:851: undefined reference to `av_frame_alloc'
/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/src/plumbing/transcoding.c:859: undefined reference to `av_frame_get_buffer'
collect2: error: ld returned 1 exit status
Makefile:386: recipe for target '/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/tvheadend' failed
make: *** [/var/tmp/portage/media-tv/tvheadend-9999/work/tvheadend-9999/build.linux/tvheadend] Error 1
Full log attached.
Files
History
Updated by Jaroslav Kysela about 10 years ago
- Status changed from New to Rejected
Update ffmpeg to n1.2+ or libav to v10+... Sorry..