Browse Source

sin_tables.c is a generated file, so add it to CLEANFILES

Originally committed as revision 20332 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Reimar Döffinger 16 years ago
parent
commit
558dbb8469
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/Makefile

+ 1
- 1
libavcodec/Makefile View File

@@ -686,7 +686,7 @@ TESTPROGS-$(HAVE_MMX) += motion

DIRS = alpha arm bfin mlib ppc ps2 sh4 sparc x86

CLEANFILES = cos_tables.c costablegen$(HOSTEXESUF)
CLEANFILES = sin_tables.c cos_tables.c costablegen$(HOSTEXESUF)

include $(SUBDIR)../subdir.mak



Loading…
Cancel
Save