Skip to content

Commit 5e98944

Browse files
re-enable python binding
1 parent 5f3d7ee commit 5e98944

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/SConscript

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ jAvTranscoder = envJava.SharedLibrary(
4747
],
4848
)
4949

50-
#pyAvTranscoder = envPy.SharedLibrary(
51-
# 'pyAvTranscoder',
52-
# source='AvTranscoder/avTranscoder.i',
53-
# LIBS=[ sAvTranscoder ],
54-
# )
50+
pyAvTranscoder = envPy.SharedLibrary(
51+
'pyAvTranscoder',
52+
source='AvTranscoder/avTranscoder.i',
53+
LIBS=[ sAvTranscoder ],
54+
)
5555

5656
avTranscoder_class = env.Java(
5757
target='AvTranscoderClass',

0 commit comments

Comments
 (0)