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

Pradeep Ramachandran pradeep at multicorewareinc.com
Tue Feb 19 16:28:31 CET 2019


On Tue, Feb 19, 2019 at 3:00 PM Dinesh Kumar Reddy <
dinesh at multicorewareinc.com> wrote:

> # 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
>

Pushed to default.


>
> 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)
>
> _______________________________________________
> x265-devel mailing list
> x265-devel at videolan.org
> https://mailman.videolan.org/listinfo/x265-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/x265-devel/attachments/20190219/afb6af0f/attachment.html>


More information about the x265-devel mailing list