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 92b0059 commit 75ee054Copy full SHA for 75ee054
SConstruct
@@ -128,10 +128,10 @@ resampleLibraryName = 'avresample'
128
if not conf.CheckLibWithHeader('avutil', 'libavutil/avutil.h', 'c'):
129
sys.exit( 0 )
130
131
-if not conf.CheckLibWithHeader('avformat', 'libavformat/avformat.h', 'c'):
+if not conf.CheckLibWithHeader('avcodec', 'libavcodec/avcodec.h', 'c'):
132
133
134
-if not conf.CheckLibWithHeader('avcodec', 'libavcodec/avcodec.h', 'c'):
+if not conf.CheckLibWithHeader('avformat', 'libavformat/avformat.h', 'c'):
135
136
137
if not conf.CheckLibWithHeader('swscale', 'libswscale/swscale.h', 'c'):
0 commit comments