From: Koen Kooi Date: Wed, 17 Mar 2010 09:20:51 +0000 (+0100) Subject: ffmpeg: install more avutil headers, partially fixes the breakages introduced by... X-Git-Tag: Release-2010-05/1~340^2~70 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10ca2773f9549a26f42e52c1030a178831a06a05;p=openembedded.git ffmpeg: install more avutil headers, partially fixes the breakages introduced by the SRCREV bump --- diff --git a/recipes/ffmpeg/ffmpeg.inc b/recipes/ffmpeg/ffmpeg.inc index 6b1bca6a00..857dad5f90 100644 --- a/recipes/ffmpeg/ffmpeg.inc +++ b/recipes/ffmpeg/ffmpeg.inc @@ -10,7 +10,7 @@ ARM_INSTRUCTION_SET = "arm" DEPENDS = "zlib libogg libvorbis libtheora faac faad2 ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'lame liba52', d)}" RSUGGESTS = "mplayer" -INC_PR = "r11" +INC_PR = "r12" inherit autotools pkgconfig @@ -53,10 +53,7 @@ do_stage() { install -m 0644 ${S}/libavformat/$h ${STAGING_INCDIR}/libavformat/$h done - for h in adler32.h attributes.h avstring.h avutil.h base64.h \ - bswap.h common.h crc.h fifo.h integer.h intfloat_readwrite.h \ - log.h lzo.h mathematics.h md5.h mem.h pixfmt.h random*.h \ - rational.h sha1.h + for h in adler32.h aes.h attributes.h avstring.h avutil.h base64.h bswap.h common.h crc_data.h crc.h des.h error.h fifo.h integer.h internal.h intfloat_readwrite.h intmath.h intreadwrite.h lfg.h libm.h lls.h log.h lzo.h mathematics.h md5.h mem.h pca.h pixdesc.h pixfmt.h random_seed.h rational.h rc4.h sha1.h sha.h softfloat.h timer.h tree.h x86_cpu.h do install -m 0644 ${S}/libavutil/$h ${STAGING_INCDIR}/ffmpeg/$h install -m 0644 ${S}/libavutil/$h ${STAGING_INCDIR}/libavutil/$h