Skip to content

Commit

Permalink
change gstreamer-1.0 to gstreamer-1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
BradXiao committed Dec 21, 2023
1 parent 89f691f commit 9cb5e5a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions libnice/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -252,24 +252,24 @@ AC_ARG_WITH(gstreamer-0.10,
AS_IF([test "$with_gstreamer" != no], [
PKG_CHECK_MODULES(GST, [
gstreamer-1.0 >= 0.11.91
gstreamer-base-1.0 >= 0.11.91
gstreamer-1.5 >= 0.11.91
gstreamer-base-1.5 >= 0.11.91
],
[
with_gstreamer=yes
GST_MAJORMINOR=1.0
GST_MAJORMINOR=1.5
gstplugindir="\$(libdir)/gstreamer-$GST_MAJORMINOR"
],
[
AS_IF([test "$with_gstreamer" = yes], [
AC_MSG_ERROR([GStreamer 1.0 support was requested but GStreamer 1.0 libraries are not available])
AC_MSG_ERROR([GStreamer 1.5 support was requested but GStreamer 1.5 libraries are not available])
])
with_gstreamer=no
])
PKG_CHECK_MODULES(GST_CHECK, [
gstreamer-check-1.0 >= 0.11.91
gstreamer-check-1.5 >= 0.11.91
],
[
have_gst_check=yes
Expand Down

0 comments on commit 9cb5e5a

Please sign in to comment.