ShiftMediaProject / FFVS-Project-Generator

A program that can scan existing FFmpeg/LibAV source files and dynamically generate a Visual Studio project file.
GNU Lesser General Public License v2.1
175 stars 76 forks source link

Added quotes around FFMPEGPATH #23

Closed ziriax closed 5 years ago

ziriax commented 5 years ago

Since you added quotes around "%FFMPEGPATH%/SMP/project_get_dependencies.bat", I thought it would be consistent to do this with mkdir and cd too

Also, for some reason I had to do this, otherwise I got the error file not found when executing MKDIR "%FFMPEGPATH%/SMP" >NUL 2>&1, even though I didn't have spaces in my directory...

ziriax commented 5 years ago

Thanks for merging, but it seems I forgot to add some quotes in other batch files, e.g. cd "%FFMPEGPATH%/SMP" . Shall I make a new patch?

Sibras commented 5 years ago

Yep just make a new pull request