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 d3aa6e2 commit 98b6d74Copy full SHA for 98b6d74
app/SConscript
@@ -86,6 +86,22 @@ avplayer = env.Program(
86
]
87
)
88
89
+
90
+avprofiles = env.Program(
91
+ 'avprofiles',
92
+ Glob( 'presetChecker/*.cpp' ),
93
+ LIBS = [
94
+ sAvTranscoder,
95
+ 'avutil',
96
+ 'avformat',
97
+ 'avcodec',
98
+ 'swscale'
99
+ ],
100
+ CXXFLAGS = [
101
+ '-std=c++0x'
102
103
+ )
104
105
env.Depends( avmeta, sAvTranscoder )
106
env.Depends( audioRewrapper, sAvTranscoder )
107
0 commit comments