Skip to content

Commit

Permalink
Updated to libde265 0.5 (+ latest Windows fixes).
Browse files Browse the repository at this point in the history
  • Loading branch information
fancycode committed Feb 20, 2014
1 parent 5baeffe commit e18561d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ copy /y libde265\bin_x86\libde265.dll bin_Win32
copy /y libde265\bin_x86\libde265.dll bin_Win32d
copy /y libde265\bin_x86\lib\libde265.lib bin_Win32\lib
copy /y libde265\bin_x86\lib\libde265.lib bin_Win32d\lib
copy /y libde265\extra\libde265\de265-version.h libde265\libde265
devenv LAVFilters.sln /Rebuild "Release|Win32"

sh build_ffmpeg.sh x64
Expand All @@ -20,6 +21,7 @@ copy /y libde265\bin_x64\libde265.dll bin_x64
copy /y libde265\bin_x64\libde265.dll bin_x64d
copy /y libde265\bin_x64\lib\libde265.lib bin_x64\lib
copy /y libde265\bin_x64\lib\libde265.lib bin_x64d\lib
copy /y libde265\extra\libde265\de265-version.h libde265\libde265
devenv LAVFilters.sln /Rebuild "Release|x64"

PAUSE

0 comments on commit e18561d

Please sign in to comment.