diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-09-14 14:06:55 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-09-14 23:04:38 +0200 |
commit | 8bdba0b3e93ea946065e9880a601537767c51e14 (patch) | |
tree | 3e91b8602cb874f78b636ae2ae2b100ce54c1c2d /libavcodec/Makefile | |
parent | fef412a24d77c9b78e118ee6c041179312dca8ed (diff) | |
download | ffmpeg-8bdba0b3e93ea946065e9880a601537767c51e14.tar.gz |
tools: move raw-test program to tools, with the name fourcc2pixfmt
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 988c999ce3..dd881b6c5b 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -778,12 +778,13 @@ TESTPROGS = cabac \ golomb \ iirfilter \ rangecoder \ - raw \ snowenc \ TESTPROGS-$(HAVE_MMX) += motion TESTOBJS = dctref.o +TOOLS = fourcc2pixfmt + HOSTPROGS = aac_tablegen \ aacps_tablegen \ cbrt_tablegen \ |