From f218ec279449ece51faf86e0df7032aa02eb831f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Sun, 13 Oct 2019 14:22:50 +0100 Subject: Remove autotools build system --- ext/resindvd/Makefile.am | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 ext/resindvd/Makefile.am (limited to 'ext/resindvd') diff --git a/ext/resindvd/Makefile.am b/ext/resindvd/Makefile.am deleted file mode 100644 index 5118fb346..000000000 --- a/ext/resindvd/Makefile.am +++ /dev/null @@ -1,36 +0,0 @@ -# plugindir is set in configure - -plugin_LTLIBRARIES = libgstresindvd.la - -libgstresindvd_la_SOURCES = \ - plugin.c \ - resindvdbin.c \ - resindvdsrc.c \ - rsndec.c \ - gstmpegdesc.c \ - gstmpegdemux.c \ - gstpesfilter.c \ - rsninputselector.c \ - rsnparsetter.c - -libgstresindvd_la_CFLAGS = $(GST_PLUGINS_BAD_CFLAGS) \ -$(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) \ -$(GST_CFLAGS) $(DVDNAV_CFLAGS) -libgstresindvd_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) \ --lgstvideo-$(GST_API_VERSION) -lgstpbutils-$(GST_API_VERSION) \ --lgsttag-$(GST_API_VERSION) \ -$(GST_BASE_LIBS) $(GST_LIBS) $(GMODULE_NO_EXPORT_LIBS) $(DVDNAV_LIBS) -libgstresindvd_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) - -noinst_HEADERS = resindvdbin.h \ - rsndec.h \ - rsninputselector.h \ - resindvdsrc.h \ - gstmpegdefs.h \ - gstmpegdesc.h \ - gstmpegdemux.h \ - gstpesfilter.h \ - rsnparsetter.h - -EXTRA_DIST = resin-play resin-play2 - -- cgit v1.2.1