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 66e35f4 commit 623d0a3Copy full SHA for 623d0a3
app/SConscript
@@ -98,21 +98,21 @@ if platform.system() != 'Windows':
98
],
99
)
100
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
- )
+ avprofiles = env.Program(
+ 'avoptions',
+ Glob( 'optionChecker/*.cpp' ),
+ LIBS = [
+ sAvTranscoder,
+ 'avutil',
+ 'avformat',
+ 'avcodec',
+ 'swscale',
+ resampleLibraryName,
+ ],
+ CXXFLAGS = [
+ '-std=c++0x'
+ )
116
117
env.Depends( avmeta, sAvTranscoder )
118
0 commit comments