[FFmpeg-cvslog] r20403 - trunk/libavcodec/Makefile

reimar subversion
Wed Oct 28 20:15:42 CET 2009


Author: reimar
Date: Wed Oct 28 20:15:42 2009
New Revision: 20403

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

Modified:
   trunk/libavcodec/Makefile

Modified: trunk/libavcodec/Makefile
==============================================================================
--- trunk/libavcodec/Makefile	Wed Oct 28 20:05:45 2009	(r20402)
+++ trunk/libavcodec/Makefile	Wed Oct 28 20:15:42 2009	(r20403)
@@ -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)
 	./$< > $@



More information about the ffmpeg-cvslog mailing list