summaryrefslogtreecommitdiff
path: root/gst
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2020-01-31 16:31:48 +0000
committerOlivier Crête <olivier.crete@collabora.com>2020-05-22 17:04:39 -0400
commit1e4272b436ad1de4c473318399ac5185c92dfc55 (patch)
treeea82e5de9acb1ca2444ab5fc1981122f7dbc45af /gst
parent7581462a40e4e28d73d8e575336969a2f16a11b5 (diff)
downloadlibnice-1e4272b436ad1de4c473318399ac5185c92dfc55.tar.gz
Remove autotools build
Remove dist check on the CI, since it doesn't really add anything in the Meson case (tarball is based on files checked into git and srcdir != builddir).
Diffstat (limited to 'gst')
-rw-r--r--gst/Makefile.am58
1 files changed, 0 insertions, 58 deletions
diff --git a/gst/Makefile.am b/gst/Makefile.am
deleted file mode 100644
index 8776780..0000000
--- a/gst/Makefile.am
+++ /dev/null
@@ -1,58 +0,0 @@
-#
-# Makefile.am for the Nice Glib ICE library
-#
-# (C) 2006, 2007 Collabora Ltd.
-# (C) 2006, 2007 Nokia Corporation. All rights reserved.
-#
-# Licensed under MPL 1.1/LGPL 2.1. See file COPYING.
-
-AM_CFLAGS = $(LIBNICE_CFLAGS) \
- -I $(top_srcdir) \
- -I $(top_srcdir)/socket \
- -I $(top_srcdir)/agent \
- -I $(top_srcdir)/random \
- -I $(top_srcdir)/stun
-
-COMMON_LIBADD = \
- $(top_builddir)/nice/libnice.la
-
-# libgstnice
-
-if WITH_GSTREAMER
-gstplugin_LTLIBRARIES = libgstnice.la
-
-libgstnice_la_CFLAGS = $(AM_CFLAGS) $(GST_CFLAGS) -DGST_USE_UNSTABLE_API
-
-libgstnice_la_SOURCES = \
- gstnicesrc.h \
- gstnicesrc.c \
- gstnicesink.h \
- gstnicesink.c \
- gstnice.h \
- gstnice.c
-
-libgstnice_la_LIBADD = $(COMMON_LIBADD) $(GST_LIBS)
-
-libgstnice_la_LDFLAGS = -module -avoid-version -no-undefined
-endif
-
-
-if WITH_GSTREAMER010
-gstplugin010_LTLIBRARIES = libgstnice010.la
-
-libgstnice010_la_CFLAGS = $(AM_CFLAGS) $(GST010_CFLAGS)
-
-libgstnice010_la_SOURCES = \
- gstnicesrc.h \
- gstnicesrc.c \
- gstnicesink.h \
- gstnicesink.c \
- gstnice.h \
- gstnice.c
-
-libgstnice010_la_LIBADD = $(COMMON_LIBADD) $(GST010_LIBS)
-
-libgstnice010_la_LDFLAGS = -module -avoid-version -no-undefined
-endif
-
-EXTRA_DIST = meson.build