diff options
author | Koen Kooi <koen@openembedded.org> | 2008-07-09 21:42:59 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-07-09 21:42:59 +0000 |
commit | fb3c124a8efbf6dfc9b9a838b782b68c9f2aa0aa (patch) | |
tree | 931370e116e2a8e3186984bc8e7ed67266284e7d /packages/ffmpeg | |
parent | a6e2b02752c0a0feab1faeceeec2ea32244ec54a (diff) |
ffmpeg git: enhance staging
Diffstat (limited to 'packages/ffmpeg')
-rw-r--r-- | packages/ffmpeg/ffmpeg_git.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/ffmpeg/ffmpeg_git.bb b/packages/ffmpeg/ffmpeg_git.bb index c287b86623..41ce4ce9d9 100644 --- a/packages/ffmpeg/ffmpeg_git.bb +++ b/packages/ffmpeg/ffmpeg_git.bb @@ -3,7 +3,7 @@ require ffmpeg.inc DEPENDS += "libgsm" PV = "0.4.9+${PR}+gitr${SRCREV}" -PR = "r9" +PR = "r10" DEFAULT_PREFERENCE = "-1" DEFAULT_PREFERENCE_armv7a = "1" @@ -79,7 +79,8 @@ do_stage() { for h in avformat.h avio.h rtp.h rtsp.h rtspcodes.h do install -m 0644 ${S}/libavformat/$h ${STAGING_INCDIR}/ffmpeg/$h - done + 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 \ |