[oe-commits] Koen Kooi : ffmpeg: install more avutil headers, partially fixes the breakages introduced by the SRCREV bump

git version control git at git.openembedded.org
Wed Mar 17 09:49:54 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 10ca2773f9549a26f42e52c1030a178831a06a05
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=10ca2773f9549a26f42e52c1030a178831a06a05

Author: Koen Kooi <koen at openembedded.org>
Date:   Wed Mar 17 10:20:51 2010 +0100

ffmpeg: install more avutil headers, partially fixes the breakages introduced by the SRCREV bump

---

 recipes/ffmpeg/ffmpeg.inc |    7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/recipes/ffmpeg/ffmpeg.inc b/recipes/ffmpeg/ffmpeg.inc
index 6b1bca6..857dad5 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 





More information about the Openembedded-commits mailing list