Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 476498

Summary: media-libs/libquicktime fails with media-video/ffmpeg-2.0
Product: Gentoo Linux Reporter: Lars Wendler (Polynomial-C) (RETIRED) <polynomial-c>
Component: [OLD] LibraryAssignee: Gentoo Media-video project <media-video>
Status: RESOLVED FIXED    
Severity: normal CC: bugs, candrews, heiko.baums
Priority: Normal Keywords: NeedPatch
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 476490    
Attachments: build.log

Description Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2013-07-11 08:51:50 UTC
Created attachment 353068 [details]
build.log

make[3]: Entering directory `/var/tmp/portage/media-libs/libquicktime-1.2.4/work/libquicktime-1.2.4/plugins/ffmpeg'
/bin/bash ../../libtool --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include    -DLOCALE_DIR=\"/usr/share/locale\" -march=barcelona -mtune=barcelona -O2 -pipe  -finline-functions -Wall -Winline -Wmissing-declarations -Wdeclaration-after-statement -fvisibility=hidden -c -o lqt_ffmpeg.lo lqt_ffmpeg.c
libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -DLOCALE_DIR=\"/usr/share/locale\" -march=barcelona -mtune=barcelona -O2 -pipe -finline-functions -Wall -Winline -Wmissing-declarations -Wdeclaration-after-statement -fvisibility=hidden -c lqt_ffmpeg.c  -fPIC -DPIC -o .libs/lqt_ffmpeg.o
/bin/bash ../../libtool --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include    -DLOCALE_DIR=\"/usr/share/locale\" -march=barcelona -mtune=barcelona -O2 -pipe  -finline-functions -Wall -Winline -Wmissing-declarations -Wdeclaration-after-statement -fvisibility=hidden -c -o audio.lo audio.c
libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -DLOCALE_DIR=\"/usr/share/locale\" -march=barcelona -mtune=barcelona -O2 -pipe -finline-functions -Wall -Winline -Wmissing-declarations -Wdeclaration-after-statement -fvisibility=hidden -c audio.c  -fPIC -DPIC -o .libs/audio.o
audio.c: In function ‘decode_chunk_vbr’:
audio.c:518:31: error: ‘AVCODEC_MAX_AUDIO_FRAME_SIZE’ undeclared (first use in this function)
audio.c:518:31: note: each undeclared identifier is reported only once for each function it appears in
audio.c: In function ‘decode_chunk’:
audio.c:674:31: error: ‘AVCODEC_MAX_AUDIO_FRAME_SIZE’ undeclared (first use in this function)
make[3]: *** [audio.lo] Error 1
make[3]: Leaving directory `/var/tmp/portage/media-libs/libquicktime-1.2.4/work/libquicktime-1.2.4/plugins/ffmpeg'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/media-libs/libquicktime-1.2.4/work/libquicktime-1.2.4/plugins'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/media-libs/libquicktime-1.2.4/work/libquicktime-1.2.4'
make: *** [all] Error 2
 [31;01m*[0m ERROR: media-libs/libquicktime-1.2.4 failed (compile phase):
 [31;01m*[0m   emake failed
Comment 1 Alexis Ballier gentoo-dev 2013-07-12 13:26:31 UTC
fixed in upstream cvs, just needs to be backported / a new release
Comment 2 Alexis Ballier gentoo-dev 2013-08-06 22:32:26 UTC
 
+  06 Aug 2013; Alexis Ballier <aballier@gentoo.org> libquicktime-1.2.4.ebuild,
+  +files/libquicktime-1.2.4-ffmpeg2.patch:
+  backport upstream fixes to build against ffmpeg 2, bug #476498
+