On Wed, 4 Sep 2013 21:49:59 +0100 "lux-integ" <[email protected]> wrote:
> In file included from libavcodec/crystalhd.c:82:0: > /usr/include/libcrystalhd/bc_dts_types.h:99:28: error: conflicting types for > 'uint64_t' > typedef unsigned long long uint64_t; I found a discussion about this buried in here: http://ffmpeg.org/pipermail/ffmpeg-devel-irc/2012-March/000558.html in "sections" 11:38 to 11:50 There seem to be two possible solutions offered: 1. Update libcrystalhd (possibly to the git version) http://git.linuxtv.org/jarod/crystalhd.git or maybe the Debian patches/version has more fixes: http://packages.debian.org/unstable/libdevel/libcrystalhd-dev or 2. disable ffmpeg's use of it as it is enabled by default: ./configure --disable-crystalhd I don't know if so doing will negatively affect hardware acceleration on your particular system. Cheers, Mike Shell -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
