1
edit
(Added a python script) |
m (added workaround for fixing mono bug with ncurses 6.1+ https://github.com/mono/mono/issues/6752#issuecomment-365212655) |
||
Line 71: | Line 71: | ||
export LD_LIBRARY_PATH=${AVDUMP2_HOME} | export LD_LIBRARY_PATH=${AVDUMP2_HOME} | ||
# fix bug with ncurses 6.1+ | |||
# mono/issues/6752 | |||
export TERM=xterm | |||
# If libMediaInfo still can't be found, uncomment this. | # If libMediaInfo still can't be found, uncomment this. |
edit