mirror of https://git.ffmpeg.org/ffmpeg.git
whitespace cosmetics
Originally committed as revision 9139 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
acfd623e8f
commit
1b1a1608be
|
@ -4,19 +4,16 @@
|
||||||
#
|
#
|
||||||
include ../config.mak
|
include ../config.mak
|
||||||
|
|
||||||
VPATH=$(SRC_PATH_BARE)/tests
|
VPATH = $(SRC_PATH_BARE)/tests
|
||||||
SRC_DIR=$(SRC_PATH)/tests
|
SRC_DIR = $(SRC_PATH)/tests
|
||||||
BUILD_DIR=$(BUILD_ROOT)/tests
|
BUILD_DIR = $(BUILD_ROOT)/tests
|
||||||
CFLAGS=-O2 -Wall -g
|
CFLAGS = -O2 -Wall -g
|
||||||
|
|
||||||
FFMPEG_REFFILE=$(SRC_DIR)/ffmpeg.regression.ref
|
FFMPEG_REFFILE = $(SRC_DIR)/ffmpeg.regression.ref
|
||||||
ROTOZOOM_REFFILE=$(SRC_DIR)/rotozoom.regression.ref
|
LIBAV_REFFILE = $(SRC_DIR)/libav.regression.ref
|
||||||
|
ROTOZOOM_REFFILE = $(SRC_DIR)/rotozoom.regression.ref
|
||||||
SERVER_REFFILE=$(SRC_DIR)/ffserver.regression.ref
|
SEEK_REFFILE = $(SRC_DIR)/seek.regression.ref
|
||||||
|
SERVER_REFFILE = $(SRC_DIR)/ffserver.regression.ref
|
||||||
LIBAV_REFFILE=$(SRC_DIR)/libav.regression.ref
|
|
||||||
|
|
||||||
SEEK_REFFILE=$(SRC_DIR)/seek.regression.ref
|
|
||||||
|
|
||||||
all fulltest test: codectest libavtest seektest
|
all fulltest test: codectest libavtest seektest
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue