diff options
author | Diego Biurrun <diego@biurrun.de> | 2011-05-16 00:53:07 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2011-05-19 21:09:02 +0200 |
commit | 4887f8245c5dcd2a27817a678122eea4d1a0f31a (patch) | |
tree | e8cc27c066cfd89fd3a5738806b04497f66f590c | |
parent | 9f2405661d5bcc9416f4b3339f1139997467e1f5 (diff) | |
download | ffmpeg-4887f8245c5dcd2a27817a678122eea4d1a0f31a.tar.gz |
Rename costablegen.c ---> cos_tablegen.c.
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.
-rw-r--r-- | libavcodec/Makefile | 4 | ||||
-rw-r--r-- | libavcodec/cos_tablegen.c (renamed from libavcodec/costablegen.c) | 0 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index d0abe69202..6cb59a3c43 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -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 diff --git a/libavcodec/costablegen.c b/libavcodec/cos_tablegen.c index 5e52c482c6..5e52c482c6 100644 --- a/libavcodec/costablegen.c +++ b/libavcodec/cos_tablegen.c |