I have a trouble with libav. I used MinGW and MSYS to build libav on windows. However, When I use "make", after some file(.o file) were build i get error, It is
$ make
AR libavcodec/libavcodec.a C:\msys\mingw\bin\ar.exe: libavcodec/: Permission denied
make: *** [libavcodec/libavcodec.a] Error 1
After that, I view the permission of libavcodec folder, I have all permission. :| Please help me solve this trouble or give me a full instruction to build libav on windows (I use win7 x64 and have msys, mingw) Thanks!!!