Hi, I facing an issue when trying to build Xvid statically with FFmpeg. I have compiled XVid and placed DLL,.h and .lib files in required folders. But still it complains about Xvid not found.
$ ./configure --enable-memalign-hack --enable-gpl --enable-libxvid --extra-cfla gs=-I/c/msys/local/include --extra-ldflags=-L/c/msys/local/lib --enable-static --enable-encoder=mp4 --extra-ldflags=-static ERROR: Xvid not found If I remove --extra-ldflags=-static, it compiles, but fails to convert MP4, "Unsupported codecs" Any help appreciated. Thanks, Sanjeev _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
