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

> # HG changeset patch
> # User Dinesh<din...@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@videolan.org
> https://mailman.videolan.org/listinfo/x265-devel
>
_______________________________________________
x265-devel mailing list
x265-devel@videolan.org
https://mailman.videolan.org/listinfo/x265-devel

Reply via email to