aboutsummaryrefslogtreecommitdiff
path: root/libs/libx264/Makefile
Commit message (Collapse)AuthorAge
* libs/libx264: Update to snapshot 20181006Daniel Engberg2018-10-09
| | | | | | | | | Update libx264 to snapshot 20181006 Add 464fp to ASM blacklist (doesn't support AltiVec instructions) Enable LTO by default for platforms that uses ASM Remove a few whitespaces (cosmetic) Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* ffmpeg/libx264: Replacing YASM with NASM and fixing ffmpeg/x264 module ↵Ted Hess2018-06-28
| | | | | | | | dependency Both libraries on X86 platforms require NASM instead of YASM going forward. Signed-off-by: Ted Hess <thess@kitschensync.net>
* libs/libx264: Update to snapshot 20180401Daniel Engberg2018-04-14
| | | | | | Update libx264 to snapshot 20180401 Scrub any previous set -O flags, cosmetic change. Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* libs/libx264: Update to snapshot 20170623Daniel Engberg2017-06-24
| | | | | Update libx264 to snapshot 20170623 Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* libx264: Blacklist all MIPS CPUs for assembly optimizationsFlorian Fainelli2017-04-01
| | | | | | | | | | None of the CPUs supported in OpenWrt/LEDE are MSA capable (requires MIPS32r5/r6 for that) which would lead to this error during configure: You specified a pre-MSA CPU in your CFLAGS. If you really want to run on such a CPU, configure with --disable-asm. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
* libx264: Add AMD Geode and i486 to ASM blacklist, fix CPU type testTed Hess2016-12-08
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* libx264: more build fixesDaniel Golle2016-10-01
| | | | | | | Introduce blacklist for CPU_TYPEs without ASM support in libx264 Add libpthread dependency required on non-musl builds Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* libx264: Re-enable powerpc (SOFT_FLOAT builds OK)Ted Hess2016-09-30
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* libx264: mark as broken on powerpcDaniel Golle2016-09-23
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* libx264: fix build on soft-float targetsDaniel Golle2016-09-23
| | | | | | --disable-asm isn't enough to disable building assembly code on ARM. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* libx264: allow building with yasmDaniel Golle2016-09-03
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* libx264: Fix build errors on x86 targets due to missing ASM features (yasm)Ted Hess2016-08-19
| | | | | | | | | minor cleanup of CFLAGS, remove COPTS warnings yasm needs to be added to x86 toolchain (LEDE updated: https://github.com/lede-project/source/commit/c08651226f5645204f91f79d247801033f6015d1) Signed-off-by: Daniel Golle daniel@makrotopia.org Signed-off-by: Ted Hess <thess@kitschensync.net>
* libx264: update versionAdrian Panella2016-08-15
| | | | Signed-off-by: Adrian Panella <ianchi74@outlook.com>
* libx264: create packageAdrian Panella2016-04-28
libx264: create package Signed-off-by: Adrian Panella <ianchi74@outlook.com> add BUILD_PATENTED