Steven Zakulec <[EMAIL PROTECTED]> writes: > I'm sure this is a silly question, but I'm not sure how to get the SoC > patches to apply to the ffmpeg tree. The one I tried was the EAC3 tree. I > checked out the tree, and then copied it over to the ffmpeg directory. I > then tried ffmpeg -i ffmpeg.patch > That gave me the following: > can't find file to patch at input line 5 > Perhaps you should have used the -p or --strip option? > The text leading up to this was:
Can you try `patch -p1'? I haven't looked at the actual patch, but usually this works just fine. -- Marco _______________________________________________ FFmpeg-soc mailing list [email protected] http://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc
