Skip to content

Commit

Permalink
project: Update for upstream merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sibras committed Jan 17, 2022
1 parent 987c9e5 commit dc4cc21
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion SMP/appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ before_build:
}
# Download and install nasm integration
- ps: (New-Object Net.WebClient).DownloadFile('https://github.com/ShiftMediaProject/VSNASM/releases/download/0.6/VSNASM.zip', "$pwd\nasm.zip")
- ps: (New-Object Net.WebClient).DownloadFile('https://github.com/ShiftMediaProject/VSNASM/releases/download/0.8/VSNASM.zip', "$pwd\nasm.zip")
- ps: Add-Type -A 'System.IO.Compression.FileSystem'; [IO.Compression.ZipFile]::ExtractToDirectory("$pwd\nasm.zip", "$pwd\TempNASMUnpack")
- cmd: call ".\TempNASMUnpack\install_script.bat"
# Additional nasm location in order to fix gitlink error
Expand Down
6 changes: 3 additions & 3 deletions SMP/x264_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define X264_GPL 1
#define X264_INTERLACED 1
#define X264_CHROMA_FORMAT 0
#define X264_REV 3075
#define X264_REV 3081
#define X264_REV_DIFF 0
#define X264_VERSION " r3075"
#define X264_POINTVER "0.164.3075"
#define X264_VERSION " r3081"
#define X264_POINTVER "0.164.3081"

0 comments on commit dc4cc21

Please sign in to comment.