We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7abda5e commit 67e903cCopy full SHA for 67e903c
app/SConscript
@@ -87,21 +87,20 @@ if platform.system() != 'Windows':
87
'glut',
88
]
89
)
90
-
91
92
-avprofiles = env.Program(
93
- 'avprofiles',
94
- Glob( 'presetChecker/*.cpp' ),
95
- LIBS = [
96
- sAvTranscoder,
97
- 'avutil',
98
- 'avformat',
99
- 'avcodec',
100
- 'swscale'
101
- ],
102
- CXXFLAGS = [
103
- '-std=c++0x'
104
+
+ avprofiles = env.Program(
+ 'avprofiles',
+ Glob( 'presetChecker/*.cpp' ),
+ LIBS = [
+ sAvTranscoder,
+ 'avutil',
+ 'avformat',
+ 'avcodec',
+ 'swscale'
+ ],
+ CXXFLAGS = [
+ '-std=c++0x'
105
106
107
env.Depends( avmeta, sAvTranscoder )
0 commit comments