[SCM] libav/experimental: imgresample-test depends on $(LIB).

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:51:49 UTC 2013


The following commit has been merged in the experimental branch:
commit 0ec92a15dd97891f644deef91d4d20ec4cbd0344
Author: Diego Biurrun <diego at biurrun.de>
Date:   Thu Oct 5 00:51:40 2006 +0000

    imgresample-test depends on $(LIB).
    
    Originally committed as revision 6559 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 0d24bb9..5d68e9c 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -439,7 +439,7 @@ cpuid_test: i386/cputest.c
 
 # testing progs
 
-imgresample-test: imgresample.c
+imgresample-test: imgresample.c $(LIB)
 	$(CC) $(CFLAGS) -DTEST -o $@ $^ -lm
 
 dct-test: dct-test.o fdctref.o $(LIB)

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list