diff options
Diffstat (limited to 'xvmc/xvmc.go')
| -rw-r--r-- | xvmc/xvmc.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xvmc/xvmc.go b/xvmc/xvmc.go index b943fa0..3f61416 100644 --- a/xvmc/xvmc.go +++ b/xvmc/xvmc.go @@ -4,10 +4,10 @@ package xvmc // This file is automatically generated from xvmc.xml. Edit at your peril! import ( - "github.com/BurntSushi/xgb" + "github.com/jezek/xgb" - "github.com/BurntSushi/xgb/xproto" - "github.com/BurntSushi/xgb/xv" + "github.com/jezek/xgb/xproto" + "github.com/jezek/xgb/xv" ) // Init must be called before using the XVideo-MotionCompensation extension. |
