Hugh Welles <hugh.welles <at> gmail.com> writes: > $ PKG_CONFIG_PATH=/tmp/ffmpeg/lib/pkgconfig ./configure --disable-yasm
Do not use --disable-yasm unless you want a slow, unsupported output. yasm is a small, selfcontained binary, compile it yourself and put it somewhere in your patch (no need to "make install" if you don't want to). > touch: cannot touch ‘.version’: Permission denied Remove your current working directory and check out again. (Do not use sudo or su when building FFmpeg.) Carl Eugen _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
