git.videolan.org Git - x264.git/summary
x264 git repository
Les articles publiés sur le site
-
Apply zone options a little bit earlier
23 avril 2016, par Anton Mitrofanov -
Fix corruption when using encoder_reconfig() with some parameters
23 avril 2016, par Anton Mitrofanov -
Clean up header includes
13 avril 2016, par Anton Mitrofanov -
Eliminate some compiler warnings on BSD
13 avril 2016, par Henrik GramnerEliminate some compiler warnings on BSD Include <strings.h> in addition to <string.h>. According to the POSIX specification the prototypes for strcasecmp() and strncasecmp() are declared in <strings.h>. On some systems they are also declared in <string.h> for compatibility reasons but we shouldn't rely on that. Define _POSIX_C_SOURCE only when it's required to do so. Some BSD variants doesn't declare certain function prototypes otherwise.
-
osx : Add -D_DARWIN_C_SOURCE to CFLAGS
12 avril 2016, par Henrik Gramner