summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 971b2d535b8a..7e05f37c216b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -38,7 +38,7 @@ pkgbase = mingw-w64-gst-plugins-bad-git
optdepends = mingw-w64-srt: Secure, Reliable, Transport client/server network source/sink plugin
optdepends = mingw-w64-curl: cURL network source and sink plugin
optdepends = mingw-w64-bzip2: bz2 stream encoder and decoder plugin
- optdepends = mingw-w64-libice: WebRTC audio/video network bin plugin
+ optdepends = mingw-w64-libnice: WebRTC audio/video network bin plugin
conflicts = mingw-w64-gst-plugins-bad
options = !strip
options = !buildflags
diff --git a/PKGBUILD b/PKGBUILD
index 08f59a4f5378..5111c1ef11bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -23,7 +23,7 @@ optdepends=(
"mingw-w64-srt: Secure, Reliable, Transport client/server network source/sink plugin"
"mingw-w64-curl: cURL network source and sink plugin"
"mingw-w64-bzip2: bz2 stream encoder and decoder plugin"
- "mingw-w64-libice: WebRTC audio/video network bin plugin"
+ "mingw-w64-libnice: WebRTC audio/video network bin plugin"
)
options=('!strip' '!buildflags' 'staticlibs')
conflicts=('mingw-w64-gst-plugins-bad')