From 99d25764dbf459815086acc6182d391a9fd94701 Mon Sep 17 00:00:00 2001 From: Mike Westerhof Date: Sat, 21 Mar 2009 12:03:59 -0500 Subject: ffmpeg: don't forget to stage pixfmt.h, and bump PRs of affected recipes. --- recipes/ffmpeg/ffmpeg.inc | 2 +- recipes/ffmpeg/ffmpeg_0.5.bb | 2 +- recipes/ffmpeg/ffmpeg_git.bb | 2 +- recipes/ffmpeg/ffmpeg_svn.bb | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes/ffmpeg/ffmpeg.inc b/recipes/ffmpeg/ffmpeg.inc index 33e7d7aaf7..3f93765e45 100644 --- a/recipes/ffmpeg/ffmpeg.inc +++ b/recipes/ffmpeg/ffmpeg.inc @@ -53,7 +53,7 @@ do_stage() { for h in adler32.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 random.h \ + log.h lzo.h mathematics.h md5.h mem.h pixfmt.h random.h \ rational.h sha1.h do install -m 0644 ${S}/libavutil/$h ${STAGING_INCDIR}/ffmpeg/$h diff --git a/recipes/ffmpeg/ffmpeg_0.5.bb b/recipes/ffmpeg/ffmpeg_0.5.bb index e49478a215..698f45c83b 100644 --- a/recipes/ffmpeg/ffmpeg_0.5.bb +++ b/recipes/ffmpeg/ffmpeg_0.5.bb @@ -3,7 +3,7 @@ require ffmpeg.inc DEPENDS += "schroedinger libgsm" PE = "1" -PR = "r0" +PR = "r1" DEFAULT_PREFERENCE = "1" diff --git a/recipes/ffmpeg/ffmpeg_git.bb b/recipes/ffmpeg/ffmpeg_git.bb index b2b854aed8..fa82fb2044 100644 --- a/recipes/ffmpeg/ffmpeg_git.bb +++ b/recipes/ffmpeg/ffmpeg_git.bb @@ -4,7 +4,7 @@ DEPENDS += "schroedinger libgsm" PE = "1" PV = "0.4.9+${PR}+gitr${SRCREV}" -PR = "r38" +PR = "r39" DEFAULT_PREFERENCE = "-1" DEFAULT_PREFERENCE_arm = "1" diff --git a/recipes/ffmpeg/ffmpeg_svn.bb b/recipes/ffmpeg/ffmpeg_svn.bb index 5d8c775e93..c7aaa7127c 100644 --- a/recipes/ffmpeg/ffmpeg_svn.bb +++ b/recipes/ffmpeg/ffmpeg_svn.bb @@ -6,7 +6,7 @@ SRCREV = "16396" PE = "1" PV = "0.4.9+svnr${SRCREV}" -PR = "r1" +PR = "r2" DEFAULT_PREFERENCE = "-1" -- cgit v1.2.3