Skip to content
Snippets Groups Projects
Commit ef498554 authored by Andreas Traczyk's avatar Andreas Traczyk
Browse files

contrib: windows: improve ffmpeg build custom step

Change-Id: I673c1a59c462feca87a64103d6decd51bf551379
parent 7aa730cd
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@
"pre_build": [],
"build": [
"call \"%CONTRIB_SRC_DIR%\\ffmpeg\\build_ffmpeg.bat\"",
"cd Build/win32/x64/lib & ren *.a *.lib"
"cd Build/win32/x64/lib & for %f in (*.a) do if not exist \"%~nf.lib\" ren \"%f\" \"%~nf.lib\""
],
"post_build": []
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment