Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-10-05 14:12:52 +0400
committerDiego Biurrun <diego@biurrun.de>2012-11-14 03:36:17 +0400
commitda39cac8def7ea73cad2fa2b611209663c7abe2c (patch)
treec65b65d96b0c1a27bf7209c04af569215e764ea0 /libavcodec/Makefile
parent5e9c6ef8f3beb9ed7b271654a82349ac90fe43f2 (diff)
Drop broken and unused CABAC test program.
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r--libavcodec/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 4d14aea8a4..775cabec75 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -676,8 +676,7 @@ SKIPHEADERS-$(HAVE_W32THREADS) += w32pthreads.h
EXAMPLES = api
-TESTPROGS = cabac \
- dct \
+TESTPROGS = dct \
fft \
fft-fixed \
golomb \