OSDN Git Service

Rename costablegen.c ---> cos_tablegen.c.
authorDiego Biurrun <diego@biurrun.de>
Sun, 15 May 2011 22:53:07 +0000 (00:53 +0200)
committerDiego Biurrun <diego@biurrun.de>
Thu, 19 May 2011 19:09:02 +0000 (21:09 +0200)
This is consistent with how all other table generation programs are named.
Moreover this ensures that the cos table generation program is correctly
deleted when cleaning the tree.

libavcodec/Makefile
libavcodec/cos_tablegen.c [moved from libavcodec/costablegen.c with 100% similarity]

index d0abe69..6cb59a3 100644 (file)
@@ -666,7 +666,7 @@ TESTPROGS = cabac dct eval fft fft-fixed h264 iirfilter rangecoder snow
 TESTPROGS-$(HAVE_MMX) += motion
 TESTOBJS = dctref.o
 
-HOSTPROGS = aac_tablegen aacps_tablegen cbrt_tablegen costablegen       \
+HOSTPROGS = aac_tablegen aacps_tablegen cbrt_tablegen cos_tablegen      \
             dv_tablegen motionpixels_tablegen mpegaudio_tablegen        \
             pcm_tablegen qdm2_tablegen sinewin_tablegen
 
@@ -681,7 +681,7 @@ $(SUBDIR)dct-test$(EXESUF): $(SUBDIR)dctref.o
 TRIG_TABLES  = cos cos_fixed sin
 TRIG_TABLES := $(TRIG_TABLES:%=$(SUBDIR)%_tables.c)
 
-$(TRIG_TABLES): $(SUBDIR)%_tables.c: $(SUBDIR)costablegen$(HOSTEXESUF)
+$(TRIG_TABLES): $(SUBDIR)%_tables.c: $(SUBDIR)cos_tablegen$(HOSTEXESUF)
        $(M)./$< $* > $@
 
 ifdef CONFIG_SMALL