Skip to content

Commit 178d66d

Browse files
add avinfo version
- will fix build
1 parent fdc79e6 commit 178d66d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/cpp/SConscript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Import( 'avTranscoderVersion' )
88
Import( 'env' )
99

1010
avinfo = env.Program(
11-
'avinfo',
11+
'avinfo-' + avTranscoderVersion,
1212
Glob( 'avInfo/*.cpp' ),
1313
LIBS = [
1414
sAvTranscoder,

0 commit comments

Comments
 (0)