]> git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
SPACES PEOPLE
authorDale Weiler <killfieldengine@gmail.com>
Fri, 15 Mar 2013 22:53:00 +0000 (22:53 +0000)
committerDale Weiler <killfieldengine@gmail.com>
Fri, 15 Mar 2013 22:53:00 +0000 (22:53 +0000)
Makefile

index c5e5b9a384a3bdbe6330877378807c9c8a34ab09..8f556502501f3adc845cc3c362cc7019177a0966 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -87,22 +87,22 @@ endif
 #gource flags
 GOURCEFLAGS=                  \
        --date-format "%d %B, %Y" \
-       --seconds-per-day 0.01    \
-       --auto-skip-seconds 1     \
-       --title "GMQCC"           \
-       -1280x720
+    --seconds-per-day 0.01    \
+    --auto-skip-seconds 1     \
+    --title "GMQCC"           \
+    -1280x720
 #ffmpeg flags for gource
 FFMPEGFLAGS=                  \
-       -y                        \
-       -r 60                     \
-       -f image2pipe             \
-       -vcodec ppm               \
-       -i -                      \
-       -vcodec libx264           \
-       -preset ultrafast         \
-       -crf 1                    \
-       -threads 0                \
-       -bf 0
+    -y                        \
+    -r 60                     \
+    -f image2pipe             \
+    -vcodec ppm               \
+    -i -                      \
+    -vcodec libx264           \
+    -preset ultrafast         \
+    -crf 1                    \
+    -threads 0                \
+    -bf 0
 
 #splint flags
 SPLINTFLAGS =            \