[FFmpeg-cvslog] r23505 - trunk/libavcodec/Makefile
Alex Converse
alex.converse
Sun Jun 6 21:11:03 CEST 2010
On Sun, Jun 6, 2010 at 11:27 AM, reimar <subversion at mplayerhq.hu> wrote:
>
> Author: reimar
> Date: Sun Jun ?6 17:27:37 2010
> New Revision: 23505
>
> Log:
> aacdec also depends on cbrt_tables.h for hardcoded-tables.
>
> Modified:
> ? trunk/libavcodec/Makefile
>
> Modified: trunk/libavcodec/Makefile
> ==============================================================================
> --- trunk/libavcodec/Makefile ? Sun Jun ?6 13:43:53 2010 ? ? ? ?(r23504)
> +++ trunk/libavcodec/Makefile ? Sun Jun ?6 17:27:37 2010 ? ? ? ?(r23505)
> @@ -657,7 +657,7 @@ $(SUBDIR)%_tables.h: $(SUBDIR)%_tablegen
> ? ? ? ?$(M)./$< > $@
>
> ?ifdef CONFIG_HARDCODED_TABLES
> -$(SUBDIR)aac.o: $(SUBDIR)cbrt_tables.h
> +$(SUBDIR)aac.o $(SUBDIR)aacdec.o: $(SUBDIR)cbrt_tables.h
Sorry I missed this.
There is no aac.o anymore so that one can probably disappear.
> ?$(SUBDIR)dv.o: $(SUBDIR)dv_tables.h
> ?$(SUBDIR)mdct.o: $(SUBDIR)mdct_tables.h
> ?$(SUBDIR)mpegaudiodec.o: $(SUBDIR)mpegaudio_tables.h
More information about the ffmpeg-cvslog
mailing list