mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 07:45:00 +01:00
Unconditionally install video-tools (required for mp3 export)
This commit is contained in:
parent
0c24a30420
commit
38e255dd16
1 changed files with 1 additions and 0 deletions
|
|
@ -437,6 +437,7 @@ if test -z "$NOVIDEOTOOLS"; then
|
||||||
cat >> $NSISFILE << EOF
|
cat >> $NSISFILE << EOF
|
||||||
Section "Videotimeline Tools" SecVideo
|
Section "Videotimeline Tools" SecVideo
|
||||||
WriteRegStr HKLM "Software\\${PROGRAM_KEY}\\v${major_version}\\video" "Install_Dir" "\$INSTDIR\\video"
|
WriteRegStr HKLM "Software\\${PROGRAM_KEY}\\v${major_version}\\video" "Install_Dir" "\$INSTDIR\\video"
|
||||||
|
SectionIn RO
|
||||||
SetOutPath \$INSTDIR
|
SetOutPath \$INSTDIR
|
||||||
File /r video
|
File /r video
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue