diff options
author | Koen Kooi <koen@openembedded.org> | 2009-07-08 09:24:33 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-07-08 09:24:33 +0200 |
commit | fde8767cb80d192b8fb51d843a645f60fcd357ac (patch) | |
tree | 882bacf16c1b51bc179fc90c565a1de5b90dcbcf /recipes/ffmpeg/ffmpeg.inc | |
parent | 988f1e8aac6b7beb26ce0b10d496814bcf33c175 (diff) |
ffmpeg git: bump SRCREV to get decode_video2 api
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 3f93765e45..7d7d957014 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 pixfmt.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 |