[FFmpeg-cvslog] r9139 - trunk/tests/Makefile

diego subversion
Sun May 27 16:05:01 CEST 2007


Author: diego
Date: Sun May 27 16:05:01 2007
New Revision: 9139

Log:
whitespace cosmetics


Modified:
   trunk/tests/Makefile

Modified: trunk/tests/Makefile
==============================================================================
--- trunk/tests/Makefile	(original)
+++ trunk/tests/Makefile	Sun May 27 16:05:01 2007
@@ -4,19 +4,16 @@
 #
 include ../config.mak
 
-VPATH=$(SRC_PATH_BARE)/tests
-SRC_DIR=$(SRC_PATH)/tests
-BUILD_DIR=$(BUILD_ROOT)/tests
-CFLAGS=-O2 -Wall -g
-
-FFMPEG_REFFILE=$(SRC_DIR)/ffmpeg.regression.ref
-ROTOZOOM_REFFILE=$(SRC_DIR)/rotozoom.regression.ref
-
-SERVER_REFFILE=$(SRC_DIR)/ffserver.regression.ref
-
-LIBAV_REFFILE=$(SRC_DIR)/libav.regression.ref
+VPATH     = $(SRC_PATH_BARE)/tests
+SRC_DIR   = $(SRC_PATH)/tests
+BUILD_DIR = $(BUILD_ROOT)/tests
+CFLAGS = -O2 -Wall -g
 
-SEEK_REFFILE=$(SRC_DIR)/seek.regression.ref
+FFMPEG_REFFILE   = $(SRC_DIR)/ffmpeg.regression.ref
+LIBAV_REFFILE    = $(SRC_DIR)/libav.regression.ref
+ROTOZOOM_REFFILE = $(SRC_DIR)/rotozoom.regression.ref
+SEEK_REFFILE     = $(SRC_DIR)/seek.regression.ref
+SERVER_REFFILE   = $(SRC_DIR)/ffserver.regression.ref
 
 all fulltest test: codectest libavtest seektest
 




More information about the ffmpeg-cvslog mailing list