Bernd Kuhls
1a24d9ccf4
package/x265: bump version to 1.9
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2016-03-29 03:10:26 +02:00
Gustavo Zacarias
db6b5ad9bb
x265: depends on BR2_TOOLCHAIN_HAS_SYNC_4
...
It uses __sync_fetch_and_add_4() and other 32-bit atomics, fixes:
http://autobuild.buildroot.net/results/6cf/6cf4cdfdcd00f92176fd8a901884a3fd0c784f24/
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2016-03-02 23:01:18 +01:00
Gustavo Zacarias
6375c462e0
x265: needs dynamic library
...
Fixes:
http://autobuild.buildroot.net/results/60f/60fc8d54ec61c96e9beaa84154fe8d7e61e55d4e/
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2015-11-13 16:08:16 +01:00
Peter Seiderer
5968d99b99
x265: needs threads
...
Fixes [1]:
build/x265-1.8/source/common/threading.h:34:21: fatal error: pthread.h: No such file or directory
[1] http://autobuild.buildroot.net/results/261/26134a234be5a67914cde0fb81601f6860d943d2
Signed-off-by: Peter Seiderer <ps.report@gmx.net >
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-11-02 20:59:08 +01:00
Thijs Vermeir
23314b423e
x265: use default CMake ON/OFF values
...
replace true/false with ON/OFF for consistency
Signed-off-by: Thijs Vermeir <thijsvermeir@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2015-10-26 21:25:47 +01:00
Peter Korsgaard
23aa0b4688
x265: fix typo in cli handling
...
A typo sneaked in during my cleanups of x265, fix it.
Reported-by: Thijs Vermeir <thijsvermeir@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2015-10-26 14:17:54 +01:00
Thijs Vermeir
b261a01323
x265: new package
...
x265 is a H.265 / HEVC video encoder application library, designed to encode
video or images into an H.265 / HEVC encoded bitstream.
http://x265.org
[Peter: use positive logic for CLI option]
Signed-off-by: Thijs Vermeir <thijsvermeir@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2015-10-25 22:30:09 +01:00