Mercurial > libavcodec.hg
changeset 10472:5e984fa3613f libavcodec
Fix dependency: generated table is needed to create the mpegaudiodec.o file, not the .c one.
author | reimar |
---|---|
date | Wed, 28 Oct 2009 19:15:42 +0000 |
parents | 09d8df2c1a4d |
children | 36a16fb5c497 |
files | Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Wed Oct 28 19:05:45 2009 +0000 +++ b/Makefile Wed Oct 28 19:15:42 2009 +0000 @@ -710,6 +710,6 @@ $(SUBDIR)%_tablegen$(HOSTEXESUF): $(SUBDIR)%_tablegen.c $(SUBDIR)tableprint.c $(HOSTCC) $(HOSTCFLAGS) $(HOSTLDFLAGS) -o $@ $^ $(HOSTLIBS) -$(SUBDIR)mpegaudiodec.c: $(SUBDIR)mpegaudio_tables.h +$(SUBDIR)mpegaudiodec.o: $(SUBDIR)mpegaudio_tables.h $(SUBDIR)%_tables.h: $(SUBDIR)%_tablegen$(HOSTEXESUF) ./$< > $@