Makefile: prevent default build rules being used on FFmpeg files
commitbc4c570ab1fd93db0f24759b35306a3d10985c4b
authorUoti Urpala <uau@glyph.nonexistent.invalid>
Sat, 6 Dec 2008 04:16:54 +0000 (6 06:16 +0200)
committerUoti Urpala <uau@glyph.nonexistent.invalid>
Sat, 6 Dec 2008 04:21:53 +0000 (6 06:21 +0200)
tree189fb433d90f85a59e68393dd4a88afa21aa6541
parenta36945fe441294ad2c803dcd592325086a86816f
Makefile: prevent default build rules being used on FFmpeg files

After adding .o files to the dependencies of FFmpeg .a files make
tried to build those .o files with default rules before recursing to
the FFmpeg subdirs. Fix this by adding a dummy rule. Also fix
incorrectly placed parentheses in the command creating the FFMPEGFILES
list. That resulted in some files being listed multiple times,
triggering warnings from the dummy rule.
Makefile