Igor R <boost.lists@...> writes: > I build static FFmpeg libs for Windows 64 bit.
Why don't you build both FFmpeg and your application with VS? I would assume that would reduce issues. > Configuring as follows: > ./configure --disable-everything --enable-static --disable-shared > --enable-memalign-hack --disable-debug --enable-stripping > --enable-protocol=file --enable-yasm --enable-decoder=mp3,mpeg4,h264 > --enable-muxer=mp4,avi --enable-encoder=mjpeg Mostly unrelated: The following options have no effect, I suggest you remove them: --enable-static --disable-shared --enable-yasm This option was needed a long time ago, it should not be needed anymore: --enable-memalign-hack Carl Eugen _______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
