[SCM] libav/experimental: ensure that seek_test is rebuild if any of the libs changed

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:59:06 UTC 2013


The following commit has been merged in the experimental branch:
commit a2638aa7642e769561350060871d91364f312b9f
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sun Apr 22 18:30:14 2007 +0000

    ensure that seek_test is rebuild if any of the libs changed
    
    Originally committed as revision 8788 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/tests/Makefile b/tests/Makefile
index 3417c68..be7455a 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -82,8 +82,10 @@ audiogen$(EXESUF): audiogen.c
 tiny_psnr$(EXESUF): tiny_psnr.c
 	$(CC) $(LDFLAGS) $(CFLAGS) -o $@ $<
 
+LIBAV = ../libavformat/libavformat.a ../libavcodec/libavcodec.a ../libavutil/libavutil.a
+
 #FIXME cleanup shit below
-seek_test$(EXESUF): seek_test.c
+seek_test$(EXESUF): seek_test.c $(LIBAV)
 	$(CC) $(LDFLAGS) $(CFLAGS) -DHAVE_AV_CONFIG_H -I.. -I$(SRC_PATH)/libavformat/ -I$(SRC_PATH)/libavcodec/ -I$(SRC_PATH)/libavutil/ -o $@ $< $(SRC_PATH)/libavformat/libavformat.a $(SRC_PATH)/libavcodec/libavcodec.a $(SRC_PATH)/libavutil/libavutil.a $(EXTRALIBS)
 
 DSPDEPS = $(SRC_PATH)/libavcodec/i386/dsputil_mmx.c \

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list