diff options
author | Fabrice Bellard <fabrice@bellard.org> | 2003-09-15 22:26:45 +0000 |
---|---|---|
committer | Fabrice Bellard <fabrice@bellard.org> | 2003-09-15 22:26:45 +0000 |
commit | 951bf3e681b3fe337e21abd0e5f80e974071f1a7 (patch) | |
tree | 5699705816b7e5942922251d8774f039df942713 /ffinstall.nsi | |
parent | 8c522a403608952ff09c41376fa92ba143a9668f (diff) | |
download | ffmpeg-951bf3e681b3fe337e21abd0e5f80e974071f1a7.tar.gz |
fixed windows build
Originally committed as revision 2278 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'ffinstall.nsi')
-rw-r--r-- | ffinstall.nsi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ffinstall.nsi b/ffinstall.nsi index 6082bb056b..f483b0174f 100644 --- a/ffinstall.nsi +++ b/ffinstall.nsi @@ -27,9 +27,9 @@ Section "Install" SetOutPath $INSTDIR SetCompress Auto SetOverwrite IfNewer - File "C:\Program Files\FFmpeg\bin\ffmpeg.exe" - File "C:\Program Files\FFmpeg\bin\SDL.dll" - File "C:\Program Files\FFmpeg\bin\ffplay.exe" + File ".\ffmpeg.exe" + File ".\SDL.dll" + File ".\ffplay.exe" File ".\COPYING" File ".\CREDITS" |