From 193d7eea954950e42e75b397b99be71a09c4a2e0 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Thu, 26 Jan 2012 02:38:30 +0100 Subject: libavutil: Remove broken and pointless lzo test program. --- configure | 2 -- 1 file changed, 2 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 89a4fcea4a..cbb076e411 100755 --- a/configure +++ b/configure @@ -1104,7 +1104,6 @@ HAVE_LIST=" loongson lrint lrintf - lzo1x_999_compress machine_ioctl_bt848_h machine_ioctl_meteor_h malloc_h @@ -2868,7 +2867,6 @@ check_func sched_getaffinity check_func sysconf check_func sysctl check_func_headers io.h setmode -check_func_headers lzo/lzo1x.h lzo1x_999_compress check_lib2 "windows.h psapi.h" GetProcessMemoryInfo -lpsapi check_func_headers windows.h GetProcessAffinityMask check_func_headers windows.h GetProcessTimes -- cgit v1.2.3 From 6a7c5312d8caafc6b81803fdddfd7050e88d55f7 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sun, 25 Mar 2012 12:19:55 +0200 Subject: build: drop some unnecessary dependencies from the H.264 parser --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index cbb076e411..57b5afb677 100755 --- a/configure +++ b/configure @@ -1419,7 +1419,7 @@ vda_deps="VideoDecodeAcceleration_VDADecoder_h pthreads" vdpau_deps="vdpau_vdpau_h vdpau_vdpau_x11_h" # parsers -h264_parser_select="golomb h264chroma h264dsp h264pred h264qpel" +h264_parser_select="golomb h264dsp h264pred" # external libraries libdirac_decoder_deps="libdirac !libschroedinger" -- cgit v1.2.3