Skip to content

Commit

Permalink
remove deprecated build flags syntax (#644)
Browse files Browse the repository at this point in the history
  • Loading branch information
aler9 authored Nov 6, 2024
1 parent a19432f commit af26279
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion examples/client-play-format-h264-convert-to-jpeg/main.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build cgo
// +build cgo

package main

Expand Down
1 change: 0 additions & 1 deletion examples/client-play-format-h264/main.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build cgo
// +build cgo

package main

Expand Down
1 change: 0 additions & 1 deletion examples/client-play-format-h265-convert-to-jpeg/main.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build cgo
// +build cgo

package main

Expand Down
1 change: 0 additions & 1 deletion examples/client-play-format-h265/main.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build cgo
// +build cgo

package main

Expand Down
1 change: 0 additions & 1 deletion internal/highleveltests/server_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build enable_highlevel_tests
// +build enable_highlevel_tests

package highleveltests

Expand Down
1 change: 0 additions & 1 deletion pkg/multicast/multi_conn.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build !linux
// +build !linux

package multicast

Expand Down
1 change: 0 additions & 1 deletion pkg/multicast/multi_conn_lin.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build linux
// +build linux

package multicast

Expand Down
1 change: 0 additions & 1 deletion pkg/multicast/single_conn.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build !linux
// +build !linux

package multicast

Expand Down
1 change: 0 additions & 1 deletion pkg/multicast/single_conn_lin.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build linux
// +build linux

package multicast

Expand Down

0 comments on commit af26279

Please sign in to comment.