FreeBSD Bugzilla – Attachment 166606 Details for
Bug 206945
multimedia/avidemux-plugins fails to detect x265
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Do not add -ldl to the list of libraries
patch-cmake-admCheckX265.cmake (text/plain), 494 bytes, created by
Mikhail Teterin
on 2016-02-05 07:34:30 UTC
(
hide
)
Description:
Do not add -ldl to the list of libraries
Filename:
MIME Type:
Creator:
Mikhail Teterin
Created:
2016-02-05 07:34:30 UTC
Size:
494 bytes
patch
obsolete
>--- cmake/admCheckX265.cmake 2016-01-29 03:47:25.000000000 -0500 >+++ cmake/admCheckX265.cmake 2016-02-05 02:20:49.559279000 -0500 >@@ -20,7 +20,4 @@ > SET(X265_FOUND 0) > ELSE (x265_version LESS 9) >- IF(NOT WIN32) >- SET(DL dl) >- ENDIF(NOT WIN32) > FIND_HEADER_AND_LIB(X265 x265.h x265 x265_encoder_open_${x265_version} ${DL}) > ENDIF (x265_version LESS 9)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 206945
:
166606
|
166707