Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabrice Bellard <fabrice@bellard.org>2003-09-16 02:26:45 +0400
committerFabrice Bellard <fabrice@bellard.org>2003-09-16 02:26:45 +0400
commit951bf3e681b3fe337e21abd0e5f80e974071f1a7 (patch)
tree5699705816b7e5942922251d8774f039df942713 /ffinstall.nsi
parent8c522a403608952ff09c41376fa92ba143a9668f (diff)
fixed windows build
Originally committed as revision 2278 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'ffinstall.nsi')
-rw-r--r--ffinstall.nsi6
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"