Skip to content

Commit 623d0a3

Browse files
disable avoptions on windows
1 parent 66e35f4 commit 623d0a3

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

app/SConscript

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -98,21 +98,21 @@ if platform.system() != 'Windows':
9898
],
9999
)
100100

101-
avprofiles = env.Program(
102-
'avoptions',
103-
Glob( 'optionChecker/*.cpp' ),
104-
LIBS = [
105-
sAvTranscoder,
106-
'avutil',
107-
'avformat',
108-
'avcodec',
109-
'swscale',
110-
resampleLibraryName,
111-
],
112-
CXXFLAGS = [
113-
'-std=c++0x'
114-
],
115-
)
101+
avprofiles = env.Program(
102+
'avoptions',
103+
Glob( 'optionChecker/*.cpp' ),
104+
LIBS = [
105+
sAvTranscoder,
106+
'avutil',
107+
'avformat',
108+
'avcodec',
109+
'swscale',
110+
resampleLibraryName,
111+
],
112+
CXXFLAGS = [
113+
'-std=c++0x'
114+
],
115+
)
116116

117117
env.Depends( avmeta, sAvTranscoder )
118118

0 commit comments

Comments
 (0)