diff options
author | Diego Biurrun <diego@biurrun.de> | 2006-07-05 14:12:00 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2006-07-05 14:12:00 +0000 |
commit | f130fd4630fea7789d2a45c8a42a75d831f990f6 (patch) | |
tree | df588ec204e2cbb321a1ae5368a027af8fa894fe /tests/Makefile | |
parent | 6e03fa50943874e9d96aa6ea7ad0aad6874144ea (diff) | |
download | ffmpeg-f130fd4630fea7789d2a45c8a42a75d831f990f6.tar.gz |
cosmetics: Break overly long lines.
Originally committed as revision 5622 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/tests/Makefile b/tests/Makefile index dab706711e..39c69b40b7 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -68,9 +68,13 @@ DSPDEPS = $(SRC_PATH)/libavcodec/i386/dsputil_mmx.c \ $(SRC_PATH)/libavcodec/simple_idct.c dsptestpic: dsptest.c $(DSPDEPS) - $(CC) -fPIC -DPIC -O4 -fomit-frame-pointer -DHAVE_AV_CONFIG_H -I.. -I$(SRC_PATH)/libavcodec/i386 -I$(SRC_PATH)/libavcodec/ -o $@ $< -lm + $(CC) -fPIC -DPIC -O4 -fomit-frame-pointer -DHAVE_AV_CONFIG_H -I.. \ + -I$(SRC_PATH)/libavcodec/i386 -I$(SRC_PATH)/libavcodec/ \ + -o $@ $< -lm dsptest: dsptest.c $(DSPDEPS) - $(CC) -O4 -fomit-frame-pointer -DHAVE_AV_CONFIG_H -I.. -I$(SRC_PATH)/libavcodec/i386 -I$(SRC_PATH)/libavcodec/ -o $@ $< -lm + $(CC) -O4 -fomit-frame-pointer -DHAVE_AV_CONFIG_H -I.. \ + -I$(SRC_PATH)/libavcodec/i386 -I$(SRC_PATH)/libavcodec/ \ + -o $@ $< -lm distclean clean: rm -rf vsynth1 vsynth2 data |