Skip to content

Commit

Permalink
Support vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
gen2brain committed Oct 22, 2024
1 parent 71d30e3 commit 0162260
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 0 deletions.
10 changes: 10 additions & 0 deletions vendor.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
//go:build required

package x264

import (
_ "github.com/gen2brain/x264-go/x264c/external"
_ "github.com/gen2brain/x264-go/x264c/external/x264"
_ "github.com/gen2brain/x264-go/x264c/external/x264/common"
_ "github.com/gen2brain/x264-go/x264c/external/x264/encoder"
)
3 changes: 3 additions & 0 deletions x264c/external/vendor.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
//go:build required

package vendor
3 changes: 3 additions & 0 deletions x264c/external/x264/common/vendor.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
//go:build required

package vendor
3 changes: 3 additions & 0 deletions x264c/external/x264/encoder/vendor.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
//go:build required

package vendor
3 changes: 3 additions & 0 deletions x264c/external/x264/vendor.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
//go:build required

package vendor

0 comments on commit 0162260

Please sign in to comment.