summaryrefslogtreecommitdiffstats
path: root/rules/ffmpeg.make
Commit message (Collapse)AuthorAgeFilesLines
* ffmpeg: remove redundant get stageRobert Schwebel2012-06-141-8/+0
| | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* [rules] add md5sum for all packagesMichael Olbrich2011-05-041-0/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ffmpeg: do not dispatch cpu type depending on SoC typesSascha Hauer2011-03-151-44/+2
| | | | | | | | | The dispatcher used arm926ejs for all SoCs except for OMAP and PXA. Not all PXAs have iwmmxt, so replace this with testing for the iwmmxt switch. Not all OMAPs have cortex-A8 processors, so replace this with a fallback to armv5 for now. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* [rules] remove obsolete fixup linesMichael Olbrich2010-07-191-3/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [rules] remove obsolete clean target & minor cleanupsMichael Olbrich2010-01-181-9/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [ffmpeg] fix FFMPEG_PATHMichael Olbrich2010-01-121-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [ffmpeg] cleanup makefileMichael Olbrich2010-01-101-71/+11
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* Don't display ffmpeg warning on arm-ixp-big when FFMPEG packet is not selectedMarc Kleine-Budde2009-03-091-0/+2
| | | | | | | | | | Warning from rules/ffmpeg.make is displayed on arm-ixp-big even if FFMPEG package has not been selected. Signed-off-by: Jon Ringle <jon@ringle.org> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10028 33e552b5-05e3-0310-8538-816dae2090ed
* * platforms: add LPC32XX architectureRobert Schwebel2008-12-121-0/+9
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9218 33e552b5-05e3-0310-8538-816dae2090ed
* * ptxdist stops for architectures ffmpeg.make doesn't support.Luotao Fu2008-10-071-1/+1
| | | | | | | | | This happens carelessly if ffmpeg is actually selected or not. Changed the error to warning to fix this. git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8920 33e552b5-05e3-0310-8538-816dae2090ed
* added ffmpeg conf option for omap3 cpusLuotao Fu2008-10-071-0/+9
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8919 33e552b5-05e3-0310-8538-816dae2090ed
* * platforms:Robert Schwebel2008-08-071-10/+1
| | | | | | | | | | | | | | | | | | | | | | | | Currently for each SoC of the Atmel AT91SAM926x series a new platformtype is created. However, these cores look very much the same so, a new platform define for each of these SoC is overkill. Notice that the same compiler configuration/flags can be used to support all these cores, even the same kernel build/configuration can be used across these SoC-types. This patch merges them all together to 1 generic type. (Notice that the AT91RM9200 is a completely different CPU, so it should remain its own platform type.) Note: The AT91Bootstrap build depends on the define ARCH_ARM_AT91SAM926X Signed-off-by: Remy Bohmer <linux@bohmer.net> --- platforms/architecture.in | 10 +++------- rules/ffmpeg.make | 11 +---------- 2 files changed, 4 insertions(+), 17 deletions(-) git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8725 33e552b5-05e3-0310-8538-816dae2090ed
* * ffmpeg: add config options for at91sam9263Robert Schwebel2008-07-291-0/+9
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8687 33e552b5-05e3-0310-8538-816dae2090ed
* ffmpeg: Its still broken, but now it works again with the new imxJuergen Beisert2008-07-281-0/+9
| | | | | | | family of processors git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8682 33e552b5-05e3-0310-8538-816dae2090ed
* * .make files: location of ipkg files has changedRobert Schwebel2008-06-031-1/+1
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8285 33e552b5-05e3-0310-8538-816dae2090ed
* * ffmpeg: add options for at91sam9260Robert Schwebel2008-04-111-1/+10
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7946 33e552b5-05e3-0310-8538-816dae2090ed
* * ffmpeg.make:Marc Kleine-Budde2008-03-271-3/+3
| | | | | | | removed leading whitespace git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7879 33e552b5-05e3-0310-8538-816dae2090ed
* * ffmpeg: updated to new snapshot revisionRobert Schwebel2008-03-091-23/+50
| | | | | | | * ffmpeg: fix build for arm/pxa270 git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7826 33e552b5-05e3-0310-8538-816dae2090ed
* * ffmpeg: cleanup arch thingsRobert Schwebel2008-02-281-19/+16
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7793 33e552b5-05e3-0310-8538-816dae2090ed
* help texts rounded off, some fixesJochen Frieling2007-10-161-40/+40
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7410 33e552b5-05e3-0310-8538-816dae2090ed
* update to newer ffmpeg versionErwin Rol2006-08-301-5/+9
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6015 33e552b5-05e3-0310-8538-816dae2090ed
* fixed crosscompile errors for initng, ffmpeg and qtopiaLuotao Fu2006-06-211-31/+51
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@5844 33e552b5-05e3-0310-8538-816dae2090ed
* * rules/*.make:Marc Kleine-Budde2006-06-091-1/+0
| | | | | | | remove -include $(call package_depfile) git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@5707 33e552b5-05e3-0310-8538-816dae2090ed
* Initial ffmpeg supportErwin Rol2006-06-051-0/+460
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@5637 33e552b5-05e3-0310-8538-816dae2090ed