diff --git a/library/src/main/cpp/libx264/x264_config.h b/library/src/main/cpp/libx264/x264_config.h new file mode 100644 index 0000000..1e0d377 --- /dev/null +++ b/library/src/main/cpp/libx264/x264_config.h @@ -0,0 +1,6 @@ +#define X264_BIT_DEPTH 8 +#define X264_GPL 1 +#define X264_INTERLACED 1 +#define X264_CHROMA_FORMAT 0 +#define X264_VERSION "" +#define X264_POINTVER "0.148.x"