Getting ready to run on pi

Changed imports for pi
This commit is contained in:
Unknown 2018-01-31 12:58:22 +10:30
parent 147716ccab
commit 81eab1c634
7 changed files with 32 additions and 32 deletions

View File

@ -29,8 +29,8 @@ LICENSE
package mpegts
import (
//"bitbucket.org/ausocean/av/tools"
"../tools"
"bitbucket.org/ausocean/av/tools"
//"../tools"
"errors"
//"fmt"

View File

@ -32,14 +32,14 @@ import (
_"fmt"
"os"
//"bitbucket.org/ausocean/av/mpegts"
//"bitbucket.org/ausocean/av/rtp"
//"bitbucket.org/ausocean/av/tools"
//"bitbucket.org/ausocean/av/itut"
"../mpegts"
"../rtp"
"../tools"
"../itut"
"bitbucket.org/ausocean/av/mpegts"
"bitbucket.org/ausocean/av/rtp"
"bitbucket.org/ausocean/av/tools"
"bitbucket.org/ausocean/av/itut"
//"../mpegts"
//"../rtp"
//"../tools"
//"../itut"
)
type RtpToH264Converter interface {

View File

@ -28,8 +28,8 @@ LICENSE
package parser
import (
//"bitbucket.org/ausocean/av/itut"
"../itut"
"bitbucket.org/ausocean/av/itut"
//"../itut"
"log"
"sync"
"fmt"

View File

@ -27,8 +27,8 @@ LICENSE
package pes
import (
//"bitbucket.org/ausocean/av/tools"
"../tools"
"bitbucket.org/ausocean/av/tools"
//"../tools"
)
const (

View File

@ -42,15 +42,15 @@ import (
"strconv"
"time"
//"bitbucket.org/ausocean/av/h264"
//"bitbucket.org/ausocean/av/tsgenerator"
"../parser"
"../tsgenerator"
"bitbucket.org/ausocean/av/h264"
"bitbucket.org/ausocean/av/tsgenerator"
//"../parser"
//"../tsgenerator"
//"bitbucket.org/ausocean/av/ringbuffer"
//"bitbucket.org/ausocean/utils/smartLogger"
"../../utils/smartLogger"
"../ringbuffer"
"bitbucket.org/ausocean/av/ringbuffer"
"bitbucket.org/ausocean/utils/smartLogger"
//"../../utils/smartLogger"
//"../ringbuffer"
)
// Misc constants

View File

@ -31,8 +31,8 @@ package tools
import (
_"os"
_"fmt"
//"bitbucket.org/ausocean/av/rtp"
"../rtp"
"bitbucket.org/ausocean/av/rtp"
//"../rtp"
)
func BoolToByte(in bool) (out byte) {

View File

@ -31,14 +31,14 @@ package tsgenerator
import (
_"fmt"
_"os"
//"bitbucket.org/ausocean/av/mpegts"
//"bitbucket.org/ausocean/av/pes"
//"bitbucket.org/ausocean/av/tools"
//"bitbucket.org/ausocean/av/rtp"
"../mpegts"
"../pes"
"../tools"
"../rtp"
"bitbucket.org/ausocean/av/mpegts"
"bitbucket.org/ausocean/av/pes"
"bitbucket.org/ausocean/av/tools"
"bitbucket.org/ausocean/av/rtp"
//"../mpegts"
//"../pes"
//"../tools"
//"../rtp"
)
var (