From 631f96f9592825e6611ea625d2476ff0c10adef3 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 30 Jan 2012 12:50:16 +0100 Subject: h264: Split h264-test off into a separate file - golomb-test.c. The new name is more appropriate as only golomb functions are tested. --- libavcodec/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/Makefile') 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 -- cgit v1.2.3