summaryrefslogtreecommitdiff
path: root/recipes/ffmpeg/ffmpeg.inc
AgeCommit message (Collapse)AuthorFiles
2010-03-18ffmpeg: moved to native stagingEnrico Scholz1
Old .inc file listed every single header which was to be staged. This causes problems when upgrading to recent 0.5.1 version or when using older versions because headers might not exist there resp. new ones need to be installed. This patch converts the .inc file to new native staging method and which calls two new functions: * ffmpeg_create_compat_links: - this creates symlinks to all installed headers into the ffmpeg/ directory. E.g. adler32.h -> ../libavutil/adler32.h - it should be probably checked whether these links are really needed (they are not provided by ffmpeg and other programs might get confused when they see new and old headers). For now; I kept them. * ffmpeg_stage_cleanup: - this removes data and plugin files Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de> Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-03-17ffmpeg: install more avutil headers, partially fixes the breakages ↵Koen Kooi1
introduced by the SRCREV bump
2010-03-16ffmpeg: Stage `avconfig.h` which is built at compile time.Paul Menzel1
This header is needed for `libvalhalla`. Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-16ffmpeg: Stage `attributes.h`.Paul Menzel1
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-16ffmpeg: Convert recipe to use INC_PR.Paul Menzel1
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-08-15ffmpeg: but presets in their own packageKoen Kooi1
* people, adding subpackages is easy, doing rm in do_install* is pretty much always wrong
2009-07-08ffmpeg git: bump SRCREV to get decode_video2 apiKoen Kooi1
2009-03-21ffmpeg: don't forget to stage pixfmt.h, and bump PRs of affected recipes.Mike Westerhof1
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko1
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>