OSDN Git Service

Fix dependency: generated table is needed to create the mpegaudiodec.o file, not...
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Wed, 28 Oct 2009 19:15:42 +0000 (19:15 +0000)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Wed, 28 Oct 2009 19:15:42 +0000 (19:15 +0000)
Originally committed as revision 20403 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/Makefile

index b53d503..e36305f 100644 (file)
@@ -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)
        ./$< > $@