Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 394341 - app-emulation/vice-2.3 - ffmpegdrv.c:345:21: Fehler: »CODEC_TYPE_AUDIO« undeclared (first use in this function)
Summary: app-emulation/vice-2.3 - ffmpegdrv.c:345:21: Fehler: »CODEC_TYPE_AUDIO« undec...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-11 14:35 UTC by Sven Müller
Modified: 2011-12-13 18:23 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,108.65 KB, text/plain)
2011-12-11 14:35 UTC, Sven Müller
Details
vice-2.3-libav-0.7-support.patch (vice-2.3-libav-0.7-support.patch,1.58 KB, patch)
2011-12-12 18:15 UTC, Michael Palimaka (kensington)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sven Müller 2011-12-11 14:35:53 UTC
Created attachment 295467 [details]
build.log

vice-2.3
ffmpeg-0.8.7

x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../src -I../../src/arch/unix    -march=athlon64 -O2 -pipe -msse3 -ffast-math -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c ffmpegdrv.c
In file included from ffmpegdrv.c:35:0:
ffmpeglib.h:64:1: Warnung: »ByteIOContext« is deprecated (declared at /usr/include/libavformat/avio.h:50)
ffmpeglib.h:65:1: Warnung: »ByteIOContext« is deprecated (declared at /usr/include/libavformat/avio.h:50)
ffmpegdrv.c: In Funktion »ffmpegmovie_init_audio«:
ffmpegdrv.c:345:21: Fehler: »CODEC_TYPE_AUDIO« undeclared (first use in this function)
ffmpegdrv.c:345:21: Anmerkung: each undeclared identifier is reported only once for each function it appears in
ffmpegdrv.c: In Funktion »ffmpegmovie_encode_audio«:
ffmpegdrv.c:373:22: Fehler: »PKT_FLAG_KEY« undeclared (first use in this function)
ffmpegdrv.c: In Funktion »ffmpegdrv_init_video«:
ffmpegdrv.c:562:21: Fehler: »CODEC_TYPE_VIDEO« undeclared (first use in this function)
ffmpegdrv.c: In Funktion »ffmpegdrv_record«:
ffmpegdrv.c:822:22: Fehler: »PKT_FLAG_KEY« undeclared (first use in this function)
make[3]: *** [ffmpegdrv.o] Fehler 1
make[3]: Leaving directory `/var/tmp/portage/app-emulation/vice-2.3/work/vice-2.3/src/gfxoutputdrv'
make[2]: *** [all-recursive] Fehler 1
make[2]: Leaving directory `/var/tmp/portage/app-emulation/vice-2.3/work/vice-2.3/src'
make[1]: *** [all] Fehler 2
make[1]: Leaving directory `/var/tmp/portage/app-emulation/vice-2.3/work/vice-2.3/src'
make: *** [all-recursive] Fehler 1
emake failed
 * ERROR: app-emulation/vice-2.3 failed (compile phase):
 *   died running emake, base_src_make
 * 
 * Call stack:
 *     ebuild.sh, line   84:  Called src_compile
 *   environment, line 3110:  Called games_src_compile
 *   environment, line 2070:  Called base_src_make
 *   environment, line  636:  Called die
Comment 1 Michael Palimaka (kensington) gentoo-dev 2011-12-12 18:15:32 UTC
Created attachment 295583 [details, diff]
vice-2.3-libav-0.7-support.patch

This should block bug #390791.
Comment 2 Mr. Bones. (RETIRED) gentoo-dev 2011-12-13 18:23:02 UTC
in portage.  thanks for the bug report and patch.