Commit 2300b120 authored by Reimar Döffinger's avatar Reimar Döffinger

Fix dependency: generated table is needed to create the mpegaudiodec.o file, not the .c one.

Originally committed as revision 20403 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 9e8fecf7
......@@ -710,6 +710,6 @@ endif
$(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)
./$< > $@
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment