Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 516250 - media-video/gpac-0.5.0-r1 with media-video/libav-10 - ffmpeg_decode.c:105:7: error: 'CODEC_ID_SVQ3' undeclared (first use in this function)
Summary: media-video/gpac-0.5.0-r1 with media-video/libav-10 - ffmpeg_decode.c:105:7: ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: libav-10
  Show dependency tree
 
Reported: 2014-07-04 03:02 UTC by Nikoli
Modified: 2015-02-08 13:54 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nikoli 2014-07-04 03:02:21 UTC
ffmpeg_decode.c: In function 'FFDEC_LoadDSI':
ffmpeg_decode.c:105:7: error: 'CODEC_ID_SVQ3' undeclared (first use in this function)
ffmpeg_decode.c:105:7: note: each undeclared identifier is reported only once for each function it appears in
ffmpeg_decode.c: In function 'FFDEC_AttachStream':
ffmpeg_decode.c:235:16: error: 'CODEC_ID_MPEG4' undeclared (first use in this function)
ffmpeg_decode.c:238:16: error: 'CODEC_ID_H264' undeclared (first use in this function)
ffmpeg_decode.c:249:16: error: 'CODEC_ID_MPEG2VIDEO' undeclared (first use in this function)
ffmpeg_decode.c:252:16: error: 'CODEC_ID_MJPEG' undeclared (first use in this function)
ffmpeg_decode.c:256:16: error: 'CODEC_ID_SVQ3' undeclared (first use in this function)
ffmpeg_decode.c:265:16: error: 'CODEC_ID_MP2' undeclared (first use in this function)
ffmpeg_decode.c:270:15: error: 'CODEC_ID_DVD_SUBTITLE' undeclared (first use in this function)
ffmpeg_decode.c:315:18: error: 'CODEC_ID_RAWVIDEO' undeclared (first use in this function)
ffmpeg_decode.c:335:8: error: 'CODEC_ID_MJPEGB' undeclared (first use in this function)
ffmpeg_decode.c:336:8: error: 'CODEC_ID_LJPEG' undeclared (first use in this function)
ffmpeg_decode.c:338:8: error: 'CODEC_ID_GIF' undeclared (first use in this function)
ffmpeg_decode.c: In function 'FFDEC_ProcessData':
ffmpeg_decode.c:616:3: warning: implicit declaration of function 'avcodec_decode_audio3' [-Wimplicit-function-declaration]
ffmpeg_decode.c:659:24: error: 'CODEC_ID_RAWVIDEO' undeclared (first use in this function)
ffmpeg_decode.c:751:34: error: 'CODEC_ID_H263' undeclared (first use in this function)
ffmpeg_decode.c: In function 'FFDEC_CanHandleStream':
ffmpeg_decode.c:941:94: error: 'CODEC_ID_MP2' undeclared (first use in this function)
ffmpeg_decode.c:977:47: error: 'CODEC_ID_MPEG4' undeclared (first use in this function)
ffmpeg_decode.c:979:39: error: 'CODEC_ID_H264' undeclared (first use in this function)
ffmpeg_decode.c:989:15: error: 'CODEC_ID_MPEG2VIDEO' undeclared (first use in this function)
ffmpeg_decode.c:992:15: error: 'CODEC_ID_MJPEG' undeclared (first use in this function)
make[2]: *** [ffmpeg_decode.o] Error 1
make[2]: *** Waiting for unfinished jobs....
ffmpeg_demux.c: In function 'FFD_CanHandleURL':
ffmpeg_demux.c:341:5: warning: implicit declaration of function 'av_close_input_file' [-Wimplicit-function-declaration]
ffmpeg_demux.c: In function 'FFD_GetESDescriptor':
ffmpeg_demux.c:360:8: error: 'CODEC_ID_MP2' undeclared (first use in this function)
ffmpeg_demux.c:360:8: note: each undeclared identifier is reported only once for each function it appears in
ffmpeg_demux.c:363:8: error: 'CODEC_ID_MP3' undeclared (first use in this function)
ffmpeg_demux.c:366:8: error: 'CODEC_ID_AAC' undeclared (first use in this function)
ffmpeg_demux.c:401:8: error: 'CODEC_ID_MPEG4' undeclared (first use in this function)
ffmpeg_demux.c:409:63: error: 'CODEC_ID_H264' undeclared (first use in this function)
ffmpeg_demux.c:416:8: error: 'CODEC_ID_MPEG1VIDEO' undeclared (first use in this function)
ffmpeg_demux.c:419:8: error: 'CODEC_ID_MPEG2VIDEO' undeclared (first use in this function)
make[2]: *** [ffmpeg_demux.o] Error 1
Comment 1 Nikoli 2014-07-12 14:48:54 UTC
Debian has patch:
http://sources.debian.net/src/gpac/0.5.0%2Bsvn5294~dfsg1-1/debian/patches/libav10.patch


gpac (0.5.0+svn5104~dfsg1-1) experimental; urgency=low
...
  * Patch and build against libav10, Closes: #739321
...
 -- Reinhard Tartler <siretart@tauware.de>  Sat, 22 Feb 2014 18:15:00 +0000
Comment 2 Ian Whyman (thev00d00) (RETIRED) gentoo-dev 2015-02-08 13:54:28 UTC
*gpac-0.5.1_pre5456 (05 Oct 2014)

  05 Oct 2014; Luca Barbato <lu_zero@gentoo.org> +gpac-0.5.1_pre5456.ebuild:
  Add a snapshot compatible with recent libav.