Re: [x265] [PATCH 2/2] Fix x86_64 build

2014-03-06 Thread Rafaël Carré
On 03/05/14 18:08, Steve Borho wrote: On Wed, Mar 5, 2014 at 4:38 AM, Rafaël Carré fun...@videolan.org wrote: --- source/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/CMakeLists.txt b/source/CMakeLists.txt index 2febfaa..d2fea1a 100644 ---

[x265] [PATCH 2/2] Fix x86_64 build

2014-03-05 Thread Rafaël Carré
--- source/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/CMakeLists.txt b/source/CMakeLists.txt index 2febfaa..d2fea1a 100644 --- a/source/CMakeLists.txt +++ b/source/CMakeLists.txt @@ -21,7 +21,7 @@ configure_file(${PROJECT_SOURCE_DIR}/x265_config.h.in

Re: [x265] [PATCH 2/2] Fix x86_64 build

2014-03-05 Thread Deepthi Nandakumar
Can you convert this to an hg patch? Git patches don't apply cleanly On Wed, Mar 5, 2014 at 4:08 PM, Rafaël Carré fun...@videolan.org wrote: --- source/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/CMakeLists.txt b/source/CMakeLists.txt

Re: [x265] [PATCH 2/2] Fix x86_64 build

2014-03-05 Thread Rafaël Carré
I know, I sent patches to mercurial to properly apply git patches with utf8, but never finished them :/ Can you e.g. apply the diff manually and fix my name after? I'm using git hg clone for all my development so making a hg patch is not easy for me. If you have a suggestion I'm all ears though

Re: [x265] [PATCH 2/2] Fix x86_64 build

2014-03-05 Thread Tim Walker
On 05 Mar 2014, at 11:38, Rafaël Carré fun...@videolan.org wrote: --- source/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) What was the issue fixed by this (build failure on x86_64, but caused by what)? ___ x265-devel mailing

Re: [x265] [PATCH 2/2] Fix x86_64 build

2014-03-05 Thread Steve Borho
On Wed, Mar 5, 2014 at 4:38 AM, Rafaël Carré fun...@videolan.org wrote: --- source/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/CMakeLists.txt b/source/CMakeLists.txt index 2febfaa..d2fea1a 100644 --- a/source/CMakeLists.txt +++