[x265] [PATCH] x265 : Removed unused x265opts

Rafaël Carré funman at videolan.org
Wed Oct 16 19:57:25 CEST 2013


Hello,

Le 16/10/2013 12:36, Gopu Govindaswamy a écrit :
> # HG changeset patch
> # User Gopu Govindaswamy <gopu at multicorewareinc.com>
> # Date 1381919772 -19800
> # Node ID d84ba96117b5c9f41361967211f524d459c2cd0b
> # Parent  1b69368780ab4fe67349e089d6bf10482c9dbed4
> x265 : Removed unused x265opts
> 
> diff -r 1b69368780ab -r d84ba96117b5 source/CMakeLists.txt
> --- a/source/CMakeLists.txt	Wed Oct 16 15:58:35 2013 +0530
> +++ b/source/CMakeLists.txt	Wed Oct 16 16:06:12 2013 +0530
> @@ -211,7 +211,7 @@
>      endif()
>  
>      add_executable(cli ../COPYING ${InputFiles} ${OutputFiles}
> -                   x265.cpp x265opts.h x265.h
> +                   x265.cpp x265.h
>                     compat/msvc/getopt.c compat/msvc/getopt.h)
>      target_link_libraries(cli x265-static ${PLATFORM_LIBS})
>      set_target_properties(cli PROPERTIES OUTPUT_NAME x265)
> diff -r 1b69368780ab -r d84ba96117b5 source/x265opts.h
> --- a/source/x265opts.h	Wed Oct 16 15:58:35 2013 +0530
> +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000

There is still an include "x265opts.h" in x265.cpp


More information about the x265-devel mailing list