aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ffmpeg
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-03-17 10:20:51 +0100
committerKoen Kooi <koen@openembedded.org>2010-03-17 10:20:51 +0100
commit10ca2773f9549a26f42e52c1030a178831a06a05 (patch)
treea9e554de0e91041597b6d6821cd8d99882a96173 /recipes/ffmpeg
parent5a70033fdb4ff5370a5d2c5731a0e229497b8081 (diff)
downloadopenembedded-10ca2773f9549a26f42e52c1030a178831a06a05.tar.gz
ffmpeg: install more avutil headers, partially fixes the breakages introduced by the SRCREV bump
Diffstat (limited to 'recipes/ffmpeg')
-rw-r--r--recipes/ffmpeg/ffmpeg.inc7
1 files changed, 2 insertions, 5 deletions
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