-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
module github.com/gen2brain/x264-go | ||
|
||
go 1.16 | ||
|
||
require ( | ||
github.com/gen2brain/x264-go/x264c v0.0.0-20210523192809-78c5ccc9da84 | ||
github.com/gen2brain/x264-go/yuv v0.0.0-20210523192809-78c5ccc9da84 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
github.com/gen2brain/x264-go/x264c v0.0.0-20210523192809-78c5ccc9da84 h1:s9CPT9ZCPlLkXadagFlbBgUSlxl7Tx7KtekDQrHhJlM= | ||
github.com/gen2brain/x264-go/x264c v0.0.0-20210523192809-78c5ccc9da84/go.mod h1:lshP4xmJNPCHscewcvsemVs62q8J8F0mh+FYBAfVG60= | ||
github.com/gen2brain/x264-go/yuv v0.0.0-20210523192809-78c5ccc9da84 h1:YEoFfsFQzLggJdiadUryc9hC1v5vrJx/C4szeKopnn8= | ||
github.com/gen2brain/x264-go/yuv v0.0.0-20210523192809-78c5ccc9da84/go.mod h1:xGOE/2fXjxu/ZONrm0EPqKHj/XDc13al1o48I3FQfHA= |