From a5a5984a2539ddd196fbd5f8b5806e901048eab9 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 27 Aug 2007 08:40:16 +0000 Subject: [PATCH] cosmetics: Insert empty line for readability. Originally committed as revision 10245 to svn://svn.ffmpeg.org/ffmpeg/trunk --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 56cca08849..ba4fb203e8 100644 --- a/Makefile +++ b/Makefile @@ -277,6 +277,7 @@ codectest mpeg4 mpeg ac3 snow snowll: ffmpeg$(EXESUF) tests/vsynth1/00.pgm tests libavtest: ffmpeg$(EXESUF) tests/vsynth1/00.pgm tests/asynth1.sw $(SRC_PATH)/tests/regression.sh $@ $(LIBAV_REFFILE) tests/vsynth1 + seektest: tests/seek_test$(EXESUF) $(SRC_PATH)/tests/seek_test.sh $(SEEK_REFFILE)