Browse Source

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.
tags/n0.8
Diego Biurrun 14 years ago
parent
commit
4887f8245c
2 changed files with 2 additions and 2 deletions
  1. +2
    -2
      libavcodec/Makefile
  2. +0
    -0
      libavcodec/cos_tablegen.c

+ 2
- 2
libavcodec/Makefile View File

@@ -666,7 +666,7 @@ TESTPROGS = cabac dct eval fft fft-fixed h264 iirfilter rangecoder snow
TESTPROGS-$(HAVE_MMX) += motion TESTPROGS-$(HAVE_MMX) += motion
TESTOBJS = dctref.o 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 \ dv_tablegen motionpixels_tablegen mpegaudio_tablegen \
pcm_tablegen qdm2_tablegen sinewin_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 = cos cos_fixed sin
TRIG_TABLES := $(TRIG_TABLES:%=$(SUBDIR)%_tables.c) 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)./$< $* > $@ $(M)./$< $* > $@


ifdef CONFIG_SMALL ifdef CONFIG_SMALL


libavcodec/costablegen.c → libavcodec/cos_tablegen.c View File


Loading…
Cancel
Save