Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 476498 - media-libs/libquicktime fails with media-video/ffmpeg-2.0
Summary: media-libs/libquicktime fails with media-video/ffmpeg-2.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords: NeedPatch
Depends on:
Blocks: ffmpeg-2.0
  Show dependency tree
 
Reported: 2013-07-11 08:51 UTC by Lars Wendler (Polynomial-C) (RETIRED)
Modified: 2013-08-06 22:32 UTC (History)
3 users (show)

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


Attachments
build.log (build.log,131.79 KB, text/plain)
2013-07-11 08:51 UTC, Lars Wendler (Polynomial-C) (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
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
+