[packages/aom] - initial; AV1 codec - better than VP9

arekm arekm at pld-linux.org
Fri Aug 3 20:56:03 CEST 2018


commit 86941ea52a9b7a750fbd9098377b2cd14fcc38e2
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Fri Aug 3 20:55:49 2018 +0200

    - initial; AV1 codec - better than VP9

 aom-build.patch | 11 +++++++++++
 1 file changed, 11 insertions(+)
---
diff --git a/aom-build.patch b/aom-build.patch
new file mode 100644
index 0000000..7ca6641
--- /dev/null
+++ b/aom-build.patch
@@ -0,0 +1,11 @@
+--- aom-1.0.0/CMakeLists.txt~	2018-08-03 20:40:18.000000000 +0200
++++ aom-1.0.0/CMakeLists.txt	2018-08-03 20:49:19.111062025 +0200
+@@ -259,7 +259,7 @@ add_library(aom_encoder_stats OBJECT ${A
+ add_library(aom ${AOM_SOURCES} $<TARGET_OBJECTS:aom_rtcd>)
+ 
+ if(NOT MSVC AND NOT APPLE)
+-  target_link_libraries(aom ${AOM_LIB_LINK_TYPE} m)
++  target_link_libraries(aom ${AOM_LIB_LINK_TYPE} m pthread)
+ endif()
+ 
+ # List of object and static library targets.
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/aom.git/commitdiff/86941ea52a9b7a750fbd9098377b2cd14fcc38e2



More information about the pld-cvs-commit mailing list