[x264-devel] x264_encoder_open name change

galmar at cox.net galmar at cox.net
Mon Dec 28 01:16:47 CET 2009


In the latest versions of x264.h the following lines occur:

#define x264_encoder_glue2(x,y) x264_encoder_glue1(x,y)
#define x264_encoder_open x264_encoder_glue2(x264_encoder_open_,X264_BUILD)

This causes the x264_encoder_open function to be compiled as x264_encoder_open_80 which causes
problems latter on when attempting to configure ffmpeg.  Why was this change made?

Joel Gales



More information about the x264-devel mailing list