Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 427116 Details for
Bug 576106
media-plugins/vdr-image-0.4.0 : encode.c:153:24: error: ‘PIX_FMT_YUV420P’ was not declared in this scope
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
media-plugins:vdr-image-0.4.0:20160301-120520.log
media-plugins:vdr-image-0.4.0:20160301-120520.log (text/plain), 7.13 KB, created by
Toralf Förster
on 2016-03-01 14:28:54 UTC
(
hide
)
Description:
media-plugins:vdr-image-0.4.0:20160301-120520.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2016-03-01 14:28:54 UTC
Size:
7.13 KB
patch
obsolete
> * Package: media-plugins/vdr-image-0.4.0 > * Repository: gentoo > * Maintainer: vdr@gentoo.org > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU > * FEATURES: preserve-libs sandbox userpriv usersandbox > * Compiling against > * vdr-2.2.0 [API version 2.2.0] >>>> Unpacking source... >>>> Unpacking vdr-image-0.4.0.tgz to /var/tmp/portage/media-plugins/vdr-image-0.4.0/work >>>> Source unpacked in /var/tmp/portage/media-plugins/vdr-image-0.4.0/work >>>> Preparing source in /var/tmp/portage/media-plugins/vdr-image-0.4.0/work/image-0.4.0 ... > * Patching Makefile > * Patching for Linguas support > * available Languages for vdr-image-0.4.0 are: > * LINGUAS="ca cs da de el es et fi fr hr hu it nl nn pl pt ro ru sl sv tr uk " > * Sorry, but vdr-image does not support the LINGUAS: en_GB > * Applying vdr-image-0.4.0-gentoo.diff ... > [ ok ] >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/media-plugins/vdr-image-0.4.0/work/image-0.4.0 ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/media-plugins/vdr-image-0.4.0/work/image-0.4.0 ... >make -j1 all LOCALEDIR=/var/tmp/portage/media-plugins/vdr-image-0.4.0/work/tmp-locale LOCDIR=/var/tmp/portage/media-plugins/vdr-image-0.4.0/work/tmp-locale LIBDIR=/var/tmp/portage/media-plugins/vdr-image-0.4.0/work/image-0.4.0 TMPDIR=/var/tmp/portage/media-plugins/vdr-image-0.4.0/temp >make[1]: Entering directory '/var/tmp/portage/media-plugins/vdr-image-0.4.0/work/image-0.4.0/liboutput' >x86_64-pc-linux-gnu-g++ -march=native -O2 -pipe -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I/usr/include -DUSE_PLUGINMISSING -D__STDC_CONSTANT_MACROS -I/usr/include/libexif -c -DHAVE_SWSCALER -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -I../../../../include -I. encode.c >encode.c: In member function âvoid cEncode::SetupEncodingParameters(AVCodecContext*)â: >encode.c:153:24: error: âPIX_FMT_YUV420Pâ was not declared in this scope > context->pix_fmt = PIX_FMT_YUV420P; > ^ >encode.c: In member function âbool cEncode::ConvertImageToFrame(AVFrame*)â: >encode.c:174:9: warning: âint avpicture_fill(AVPicture*, const uint8_t*, AVPixelFormat, int, int)â is deprecated [-Wdeprecated-declarations] > if(!avpicture_fill((AVPicture*)m_pImageFilled, > ^ >In file included from encode.h:16:0, > from encode.c:22: >/usr/include/libavcodec/avcodec.h:4883:5: note: declared here > int avpicture_fill(AVPicture *picture, const uint8_t *ptr, > ^ >encode.c:174:9: warning: âint avpicture_fill(AVPicture*, const uint8_t*, AVPixelFormat, int, int)â is deprecated [-Wdeprecated-declarations] > if(!avpicture_fill((AVPicture*)m_pImageFilled, > ^ >In file included from encode.h:16:0, > from encode.c:22: >/usr/include/libavcodec/avcodec.h:4883:5: note: declared here > int avpicture_fill(AVPicture *picture, const uint8_t *ptr, > ^ >encode.c:176:37: error: âPIX_FMT_RGB24â was not declared in this scope > PIX_FMT_RGB24, m_nWidth, m_nHeight)) > ^ >encode.c:191:25: error: âPIX_FMT_YUV420Pâ was not declared in this scope > PIX_FMT_YUV420P, SWS_BICUBIC, NULL, NULL, NULL); > ^ >encode.c:198:66: warning: âAVPicture::dataâ is deprecated [-Wdeprecated-declarations] > result=sws_scale(convert_ctx, ((AVPicture*)m_pImageFilled)->data, > ^ >In file included from encode.h:16:0, > from encode.c:22: >/usr/include/libavcodec/avcodec.h:3668:39: note: declared here > uint8_t *data[AV_NUM_DATA_POINTERS]; ///< pointers to the image data pla > ^ >encode.c:198:66: warning: âAVPicture::dataâ is deprecated [-Wdeprecated-declarations] > result=sws_scale(convert_ctx, ((AVPicture*)m_pImageFilled)->data, > ^ >In file included from encode.h:16:0, > from encode.c:22: >/usr/include/libavcodec/avcodec.h:3668:39: note: declared here > uint8_t *data[AV_NUM_DATA_POINTERS]; ///< pointers to the image data pla > ^ >encode.c:198:66: warning: âAVPicture::dataâ is deprecated [-Wdeprecated-declarations] > result=sws_scale(convert_ctx, ((AVPicture*)m_pImageFilled)->data, > ^ >In file included from encode.h:16:0, > from encode.c:22: >/usr/include/libavcodec/avcodec.h:3668:39: note: declared here > uint8_t *data[AV_NUM_DATA_POINTERS]; ///< pointers to the image data pla > ^ >encode.c:199:69: warning: âAVPicture::linesizeâ is deprecated [-Wdeprecated-declarations] > ((AVPicture*)m_pImageFilled)->linesize, > ^ >In file included from encode.h:16:0, > from encode.c:22: >/usr/include/libavcodec/avcodec.h:3670:38: note: declared here > int linesize[AV_NUM_DATA_POINTERS]; ///< number of bytes per line > ^ >encode.c:199:69: warning: âAVPicture::linesizeâ is deprecated [-Wdeprecated-declarations] > ((AVPicture*)m_pImageFilled)->linesize, > ^ >In file included from encode.h:16:0, > from encode.c:22: >/usr/include/libavcodec/avcodec.h:3670:38: note: declared here > int linesize[AV_NUM_DATA_POINTERS]; ///< number of bytes per line > ^ >encode.c:199:69: warning: âAVPicture::linesizeâ is deprecated [-Wdeprecated-declarations] > ((AVPicture*)m_pImageFilled)->linesize, > ^ >In file included from encode.h:16:0, > from encode.c:22: >/usr/include/libavcodec/avcodec.h:3670:38: note: declared here > int linesize[AV_NUM_DATA_POINTERS]; ///< number of bytes per line > ^ >Makefile:60: recipe for target 'encode.o' failed >make[1]: *** [encode.o] Error 1 >make[1]: Leaving directory '/var/tmp/portage/media-plugins/vdr-image-0.4.0/work/image-0.4.0/liboutput' >Makefile:196: recipe for target 'subdirs' failed >make: *** [subdirs] Error 1 > * ERROR: media-plugins/vdr-image-0.4.0::gentoo failed (compile phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=media-plugins/vdr-image-0.4.0::gentoo'`, > * the complete build log and the output of `emerge -pqv '=media-plugins/vdr-image-0.4.0::gentoo'`. > * The complete build log is located at '/var/log/portage/media-plugins:vdr-image-0.4.0:20160301-120520.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/media-plugins/vdr-image-0.4.0/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/media-plugins/vdr-image-0.4.0/temp/environment'. > * Working directory: '/var/tmp/portage/media-plugins/vdr-image-0.4.0/work/image-0.4.0' > * S: '/var/tmp/portage/media-plugins/vdr-image-0.4.0/work/image-0.4.0'
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 576106
:
427112
|
427114
| 427116