diff options
author | Mike Westerhof <mwester@dls.net> | 2009-03-21 12:03:59 -0500 |
---|---|---|
committer | Mike Westerhof <mwester@dls.net> | 2009-03-21 12:03:59 -0500 |
commit | 99d25764dbf459815086acc6182d391a9fd94701 (patch) | |
tree | eeea5552953c63bffd57cfe0beae31c4a231df6f /recipes/ffmpeg/ffmpeg.inc | |
parent | 5163515a66c90b3988be0a1159107bfc569aca4c (diff) |
ffmpeg: don't forget to stage pixfmt.h, and bump PRs of affected recipes.
Diffstat (limited to 'recipes/ffmpeg/ffmpeg.inc')
-rw-r--r-- | recipes/ffmpeg/ffmpeg.inc | 2 |
1 files changed, 1 insertions, 1 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 |