diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-01-30 12:50:16 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-01-31 19:56:12 +0100 |
commit | 631f96f9592825e6611ea625d2476ff0c10adef3 (patch) | |
tree | e9b0d6446cd03bfa1f457590e46d14d4a1c18cea /libavcodec/Makefile | |
parent | 4ff46af039997652b7d955b74e655077d2e8c871 (diff) | |
download | ffmpeg-631f96f9592825e6611ea625d2476ff0c10adef3.tar.gz |
h264: Split h264-test off into a separate file - golomb-test.c.
The new name is more appropriate as only golomb functions are tested.
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index daf2ce3e42..6308e829f0 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -688,7 +688,7 @@ SKIPHEADERS-$(HAVE_W32THREADS) += w32pthreads.h EXAMPLES = api -TESTPROGS = cabac dct fft fft-fixed h264 iirfilter rangecoder +TESTPROGS = cabac dct fft fft-fixed golomb iirfilter rangecoder TESTPROGS-$(HAVE_MMX) += motion TESTOBJS = dctref.o |