[x265] [X265] [PATCH] Linux Segmentation Fault Issue in x265+SVT-HEVC Integration

Dinesh Kumar Reddy dinesh at multicorewareinc.com
Tue Feb 19 10:30:01 CET 2019


# HG changeset patch
# User Dinesh<dinesh at multicorewareinc.com>
# Date 1550566618 -19800
#      Tue Feb 19 14:26:58 2019 +0530
# Node ID c02c405157b459e8ff0a41a75192710f62c70c5b
# Parent  a1769f1db8047b40fdbf235283203ab98758d4b8
Integrate SVT-HEVC Encoder with X265, Fixing Linux Segmentation fault issue

diff -r a1769f1db804 -r c02c405157b4 source/CMakeLists.txt
--- a/source/CMakeLists.txt Thu Feb 14 11:06:36 2019 +0530
+++ b/source/CMakeLists.txt Tue Feb 19 14:26:58 2019 +0530
@@ -628,8 +628,9 @@
     if(EXTRA_LIB)
         target_link_libraries(x265-shared ${EXTRA_LIB})
     endif()
+ target_link_libraries(x265-shared ${PLATFORM_LIBS})
     if(SVTHEVC_FOUND)
-        target_link_libraries(x265-shared ${PLATFORM_LIBS}
${SVT_HEVC_LIBRARY})
+        target_link_libraries(x265-shared ${SVT_HEVC_LIBRARY})
     endif(SVTHEVC_FOUND)
     if(MSVC)
         set_target_properties(x265-shared PROPERTIES OUTPUT_NAME libx265)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/x265-devel/attachments/20190219/5b5a2f51/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Linux_SegmentationFault_Fix.patch
Type: application/octet-stream
Size: 930 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/x265-devel/attachments/20190219/5b5a2f51/attachment.obj>


More information about the x265-devel mailing list