Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 541760 - net-misc/freerdp-1.1.0_beta1_p20130710-r2 with new libav
Summary: net-misc/freerdp-1.1.0_beta1_p20130710-r2 with new libav
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Mike Gilbert
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-01 05:27 UTC by Sergey Ilinykh
Modified: 2016-07-31 23:22 UTC (History)
2 users (show)

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


Attachments
libav55_compat.patch (tmp.patch,2.44 KB, patch)
2015-03-01 05:30 UTC, Sergey Ilinykh
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sergey Ilinykh 2015-03-01 05:27:54 UTC
/home/portage/build/portage/net-misc/freerdp-1.1.0_beta1_p20130710-r2/work/freerdp-1.1.0_beta1_p20130710/channels/tsmf/client/ffmpeg/tsmf_ffmpeg.c: In function ‘tsmf_ffmpeg_set_format’:
/home/portage/build/portage/net-misc/freerdp-1.1.0_beta1_p20130710-r2/work/freerdp-1.1.0_beta1_p20130710/channels/tsmf/client/ffmpeg/tsmf_ffmpeg.c:237:25: error: ‘CODEC_ID_VC1’ undeclared (first use in this function)
    mdecoder->codec_id = CODEC_ID_VC1;
                         ^
/home/portage/build/portage/net-misc/freerdp-1.1.0_beta1_p20130710-r2/work/freerdp-1.1.0_beta1_p20130710/channels/tsmf/client/ffmpeg/tsmf_ffmpeg.c:237:25: note: each undeclared identifier is reported only once for each function it appears in
/home/portage/build/portage/net-misc/freerdp-1.1.0_beta1_p20130710-r2/work/freerdp-1.1.0_beta1_p20130710/channels/tsmf/client/ffmpeg/tsmf_ffmpeg.c:240:25: error: ‘CODEC_ID_WMAV2’ undeclared (first use in this function)
    mdecoder->codec_id = CODEC_ID_WMAV2;
                         ^
/home/portage/build/portage/net-misc/freerdp-1.1.0_beta1_p20130710-r2/work/freerdp-1.1.0_beta1_p20130710/channels/tsmf/client/ffmpeg/tsmf_ffmpeg.c:243:25: error: ‘CODEC_ID_WMAPRO’ undeclared (first use in this function)
    mdecoder->codec_id = CODEC_ID_WMAPRO;
                         ^
/home/portage/build/portage/net-misc/freerdp-1.1.0_beta1_p20130710-r2/work/freerdp-1.1.0_beta1_p20130710/channels/tsmf/client/ffmpeg/tsmf_ffmpeg.c:246:25: error: ‘CODEC_ID_MP3’ undeclared (first use in this function)
    mdecoder->codec_id = CODEC_ID_MP3;
                         ^
/home/portage/build/portage/net-misc/freerdp-1.1.0_beta1_p20130710-r2/work/freerdp-1.1.0_beta1_p20130710/channels/tsmf/client/ffmpeg/tsmf_ffmpeg.c:249:25: error: ‘CODEC_ID_MP2’ undeclared (first use in this function)
    mdecoder->codec_id = CODEC_ID_MP2;
                         ^
/home/portage/build/portage/net-misc/freerdp-1.1.0_beta1_p20130710-r2/work/freerdp-1.1.0_beta1_p20130710/channels/tsmf/client/ffmpeg/tsmf_ffmpeg.c:252:25: error: ‘CODEC_ID_MPEG2VIDEO’ undeclared (first use in this function)
    mdecoder->codec_id = CODEC_ID_MPEG2VIDEO;
                         ^
/home/portage/build/portage/net-misc/freerdp-1.1.0_beta1_p20130710-r2/work/freerdp-1.1.0_beta1_p20130710/channels/tsmf/client/ffmpeg/tsmf_ffmpeg.c:255:25: error: ‘CODEC_ID_WMV3’ undeclared (first use in this function)
    mdecoder->codec_id = CODEC_ID_WMV3;
                         ^
/home/portage/build/portage/net-misc/freerdp-1.1.0_beta1_p20130710-r2/work/freerdp-1.1.0_beta1_p20130710/channels/tsmf/client/ffmpeg/tsmf_ffmpeg.c:258:25: error: ‘CODEC_ID_AAC’ undeclared (first use in this function)
    mdecoder->codec_id = CODEC_ID_AAC;
                         ^
/home/portage/build/portage/net-misc/freerdp-1.1.0_beta1_p20130710-r2/work/freerdp-1.1.0_beta1_p20130710/channels/tsmf/client/ffmpeg/tsmf_ffmpeg.c:270:25: error: ‘CODEC_ID_H264’ undeclared (first use in this function)
    mdecoder->codec_id = CODEC_ID_H264;
                         ^
/home/portage/build/portage/net-misc/freerdp-1.1.0_beta1_p20130710-r2/work/freerdp-1.1.0_beta1_p20130710/channels/tsmf/client/ffmpeg/tsmf_ffmpeg.c:273:25: error: ‘CODEC_ID_AC3’ undeclared (first use in this function)
    mdecoder->codec_id = CODEC_ID_AC3;
                         ^
channels/tsmf/client/ffmpeg/CMakeFiles/tsmf-client-ffmpeg-decoder.dir/build.make:54: recipe for target 'channels/tsmf/client/ffmpeg/CMakeFiles/tsmf-client-ffmpeg-decoder.dir/tsmf_ffmpeg.c.o' failed
make[2]: *** [channels/tsmf/client/ffmpeg/CMakeFiles/tsmf-client-ffmpeg-decoder.dir/tsmf_ffmpeg.c.o] Error 1
make[2]: Leaving directory '/home/portage/build/portage/net-misc/freerdp-1.1.0_beta1_p20130710-r2/work/freerdp-1.1.0_beta1_p20130710_build'
CMakeFiles/Makefile2:2914: recipe for target 'channels/tsmf/client/ffmpeg/CMakeFiles/tsmf-client-ffmpeg-decoder.dir/all' failed
make[1]: *** [channels/tsmf/client/ffmpeg/CMakeFiles/tsmf-client-ffmpeg-decoder.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....


Reproducible: Always
Comment 2 Russell Knighton 2015-03-13 14:37:10 UTC
Just to confirm the patch applied cleanly and appears to work flawlessly for me - many thanks Rion.