VLC 2.2 GIT compilation error X265 0.7 GIT

This forum is about all development around libVLC.
marcov83
New Cone
New Cone
Posts: 3
Joined: 08 Oct 2013 16:58

VLC 2.2 GIT compilation error X265 0.7 GIT

Postby marcov83 » 04 Mar 2014 14:51

I'm trying to build last git VLC version from sources...i've solved all my dependencies issues but there is an error or a version mismatch between this version of VLC and X265 sources. The error consists in a different definition of x265_param

Code: Select all

/***other code from x265.h **/ /* Numerator and denominator of frame rate */ uint32_t fpsNum; uint32_t fpsDenom;
and:

Code: Select all

/*** modules/codec/x265.c ***/ /** in module Open() **/ param->frameRate = p_enc->fmt_in.video.i_frame_rate / p_enc->fmt_in.video.i_frame_rate_base;
VLC assumes that the struct has the integer field frameRate, but i think i has been removed with the num/den version. Is there a patch to solve this issue or am i wrong with something?

Thanks in advance

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: VLC 2.2 GIT compilation error X265 0.7 GIT

Postby Jean-Baptiste Kempf » 22 Apr 2014 14:40

Use VLC.git
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.


Return to “Development around libVLC”

Who is online

Users browsing this forum: No registered users and 13 guests