Lines 1-6
Link Here
|
1 |
--- SConstruct.orig 2012-06-25 17:15:16 UTC |
1 |
--- SConstruct.orig 2016-01-10 04:35:56 UTC |
2 |
+++ SConstruct |
2 |
+++ SConstruct |
3 |
@@ -37,7 +37,7 @@ opts.AddVariables( |
3 |
@@ -38,7 +38,7 @@ opts.AddVariables( |
4 |
BoolVariable('libkate', 'enable libkate support', 1), |
4 |
BoolVariable('libkate', 'enable libkate support', 1), |
5 |
BoolVariable('crossmingw', 'Set to 1 for crosscompile with mingw', 0) |
5 |
BoolVariable('crossmingw', 'Set to 1 for crosscompile with mingw', 0) |
6 |
) |
6 |
) |
Lines 9-15
Link Here
|
9 |
Help(opts.GenerateHelpText(env)) |
9 |
Help(opts.GenerateHelpText(env)) |
10 |
|
10 |
|
11 |
pkg_flags="--cflags --libs" |
11 |
pkg_flags="--cflags --libs" |
12 |
@@ -151,7 +151,6 @@ if not env.GetOption('clean'): |
12 |
@@ -152,7 +152,6 @@ if not env.GetOption('clean'): |
13 |
"libavcodec >= 52.30.0", |
13 |
"libavcodec >= 52.30.0", |
14 |
"libpostproc", |
14 |
"libpostproc", |
15 |
"libswscale", |
15 |
"libswscale", |
Lines 17-23
Link Here
|
17 |
"libavutil", |
17 |
"libavutil", |
18 |
] |
18 |
] |
19 |
if os.path.exists("./ffmpeg"): |
19 |
if os.path.exists("./ffmpeg"): |
20 |
@@ -200,9 +199,8 @@ if not env.GetOption('clean'): |
20 |
@@ -214,9 +213,8 @@ if not env.GetOption('clean'): |
21 |
env.Append(CCFLAGS=[ |
21 |
env.Append(CCFLAGS=[ |
22 |
'-DHAVE_ICONV' |
22 |
'-DHAVE_ICONV' |
23 |
]) |
23 |
]) |