On Mon, May 21, 2012 at 04:14:21PM +0100, Mans Rullgard wrote:
> --- a/tests/Makefile
> +++ b/tests/Makefile
> @@ -1,11 +1,7 @@
>  
> -$(VREF): avconv$(EXESUF) tests/vsynth1/00.pgm tests/vsynth2/00.pgm
> -$(AREF): avconv$(EXESUF) tests/data/asynth1.sw
> -
> -OBJDIRS += tests/data tests/vsynth1 tests/vsynth2
> +OBJDIRS += tests/data tests/vsynth1
>  
> @@ -13,16 +9,22 @@ tests/rotozoom.o tests/videogen.o: tests/utils.c
>  
> -tests/vsynth2/00.pgm: tests/rotozoom$(HOSTEXESUF) | tests/vsynth2
> -     $(M)./$< $(SRC_PATH)/tests/lena.pnm 'tests/vsynth2/'
> -
>  tests/data/asynth1.sw: tests/audiogen$(HOSTEXESUF) | tests/data
>       $(M)./$< $@

This removes all uses of the tests/vsynth2 directory, but the cleanup
code for it is left behind.

Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to