Makefile: Rebuild FFmpeg libraries when .asm and .o files change
commita36945fe441294ad2c803dcd592325086a86816f
authorUoti Urpala <uau@glyph.nonexistent.invalid>
Sat, 6 Dec 2008 03:12:17 +0000 (6 05:12 +0200)
committerUoti Urpala <uau@glyph.nonexistent.invalid>
Sat, 6 Dec 2008 03:33:33 +0000 (6 05:33 +0200)
treefbf4b72bb289469176ebb8ecca02d6a583992390
parent2a6178e5aba3b53783ee3d36c32d3280d8ce67ac
Makefile: Rebuild FFmpeg libraries when .asm and .o files change

There was a missing dependency that meant FFmpeg libraries were not
recursed if only .asm files changed. Also add a dependency on .o files
to update the corresponding .a (though this case should only happen if
you run compilation commands manually).
Makefile