aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ffmpeg
diff options
context:
space:
mode:
authorPaul Menzel <paulepanter@users.sourceforge.net>2010-03-15 12:35:00 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2010-03-16 10:14:26 +0100
commit0315e512f4b5d71dc0dbeb6fee9ada5b7b7b2bea (patch)
tree564c2bf222cecb85d368008b46b836d298a6bbaf /recipes/ffmpeg
parent356d0ec42b023761e1e9e1a6bd5f3ab83b87033f (diff)
downloadopenembedded-0315e512f4b5d71dc0dbeb6fee9ada5b7b7b2bea.tar.gz
ffmpeg: Stage `attributes.h`.
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/ffmpeg')
-rw-r--r--recipes/ffmpeg/ffmpeg.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/ffmpeg/ffmpeg.inc b/recipes/ffmpeg/ffmpeg.inc
index 3ec06bc792..cd330f81f1 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 = "r9"
+INC_PR = "r10"
inherit autotools pkgconfig
@@ -53,8 +53,8 @@ do_stage() {
install -m 0644 ${S}/libavformat/$h ${STAGING_INCDIR}/libavformat/$h
done
- for h in adler32.h avstring.h avutil.h base64.h bswap.h \
- common.h crc.h fifo.h integer.h intfloat_readwrite.h \
+ 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
do