summaryrefslogtreecommitdiffstats
path: root/package/ffmpeg
Commit message (Collapse)AuthorAgeFilesLines
...
* ffmpeg: bump to version 1.2.4Bernd Kuhls2014-01-122-29/+112
| | | | | | | | | | | | | | | | | Compile tested the following packages which depend on ffmpeg: freerdp mpd gstreamer For minidlna please see the separate patch for version bump to 1.1.1 Some compile options were taken from OpenELEC: https://github.com/OpenELEC/OpenELEC.tv/blob/master/packages/multimedia/ffmpeg/build [Peter: fix ARM VFP option, target tune, enable PIC for !static] Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* ffmpeg: fix build for xtensaBaruch Siach2013-12-251-0/+8
| | | | | | | | | | | | The ffmpeg package generates libraries that are too large for the xtensa default placement of literals in a dedicated section. Use -mtext-section-literal to place literals in the text section. Fixes http://autobuild.buildroot.net/results/606/60670d35f16c3b8fe19debf7f8e40a046a579520/ Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* Config.in files: whitespace cleanupThomas De Schampheleire2013-11-111-49/+49
| | | | | | | | | | This patch fixes the following whitespace problems in Config.in files: - trailing whitespace - spaces instead of tabs for indentation - help text not indented with tab + 2 spaces Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* Config.in files: unify comments of toolchain option dependenciesThomas De Schampheleire2013-10-141-1/+1
| | | | | | | | This patch lines up the comments in Config.in files that clarify which toolchain options the package depends on. Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* ffmpeg: security bump to version 0.8.15Gustavo Zacarias2013-10-071-1/+1
| | | | | | | | Fixes several vulnerabilities. TODO: update to a more modern branch. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* Remove multimedia subdirectoryJérôme Pouiller2013-09-083-0/+368
Unless it was a group of sub-packages, packages was never regrouped by category. multimedia/ was an exception to this rule. This patch move packages/multimedia/ sub-directories to packages/. It keeps two subdirectories for gstream 0.10 and gstreamer 1.X. Signed-off-by: Jérôme Pouiller <jezz@sysmic.org> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
OpenPOWER on IntegriCloud