Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 477494 - media-video/mplayer-1.1.1-r1 fails with media-video/ffmpeg-2.0
Summary: media-video/mplayer-1.1.1-r1 fails with media-video/ffmpeg-2.0
Status: RESOLVED DUPLICATE of bug 476502
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-20 13:05 UTC by Kelly Price
Modified: 2013-07-20 13:12 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 Kelly Price 2013-07-20 13:05:08 UTC
Another build failure due to changes in ffmpeg classic.


Reproducible: Always

Steps to Reproduce:
Run an emerge of media-video/mplayer-1.1.1-r1 against media-video/ffmpeg-2.0
Actual Results:  

x86_64-pc-linux-gnu-gcc -MD -MP -Wundef  -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99  -O2 -pipe -march=native -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -I. -Iffmpeg  -D_REENTRANT  -D_REENTRANT  -I/usr/include -I/usr/include/freetype2  -c -o libmpdemux/demuxer.o libmpdemux/demuxer.c
libmpdemux/demuxer.c: In function 'allocate_parser':
libmpdemux/demuxer.c:472:10: error: variable 'codec_id' has initializer but incomplete type
libmpdemux/demuxer.c:472:18: error: storage size of 'codec_id' isn't known
libmpdemux/demuxer.c: In function 'ds_fill_buffer':
libmpdemux/demuxer.c:656:13: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
make: *** [libmpdemux/demuxer.o] Error 1


Expected Results:  
No errors in compilation.
Comment 1 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2013-07-20 13:12:08 UTC

*** This bug has been marked as a duplicate of bug 476502 ***