2017-11-27 8:34 GMT+01:00 Marco Paolieri <[email protected]>: > On Sun, Nov 26, 2017 at 8:02 PM, Carl Eugen Hoyos <[email protected]> wrote: >> >> Then please use git bisect to find the change >> introducing the regression. > > I'm trying, but many commits do not compile properly. > Specifically, I'm stuck with: > > make: *** No rule to make target 'libavutil/macros.h', needed by > 'libswscale/options.o'. Stop.
Just for completeness: $ rm libswscale/options.d You forgot to use make distclean, needed for bisecting. Carl Eugen _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
