From dd8bc46e7ed1d7d06cbb2fa48b0717bc9d58f978 Mon Sep 17 00:00:00 2001 From: Zhang Rui Date: Thu, 9 Jul 2015 14:45:10 +0800 Subject: [PATCH] README.md: mention cygwin support --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0b2e4d60..07d54819 100644 --- a/README.md +++ b/README.md @@ -40,13 +40,12 @@ ijkplayer ### TODO - iOS - api: AVFoundation-like -- Build - - cygwin compatibility ### NOT-ON-PLAN - obsolete platforms (Android: API-8 and below; iOS: below 5.1.1) - obsolete cpu: ARMv5, ARMv6, MIPS (I don't even have these types of devices…) - native subtitle render +- avfilter support ### Before Build ``` @@ -58,6 +57,9 @@ brew install yasm # add these lines to your ~/.bash_profile or ~/.profile # export ANDROID_SDK= # export ANDROID_NDK= + +# on Cygwin +# install git, make, yasm ``` - If you prefer more codec/format -- GitLab