summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2016-12-16 17:33:44 +0000
committerTim-Philipp Müller <tim@centricular.com>2016-12-16 17:33:44 +0000
commitbeb11a99ba7eaf431e4385146576ce96fdcb7283 (patch)
tree8fe8367b4048e940579346e76d12787aa72074d7
parent06b8d3e4bb29ab197c18c7421851f17bdf0bd5ff (diff)
downloadgst-libav-beb11a99ba7eaf431e4385146576ce96fdcb7283.tar.gz
Really remove generated .spec file
-rw-r--r--.gitignore1
-rw-r--r--Makefile.am3
-rw-r--r--configure.ac1
3 files changed, 2 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 1a22c38..0d737b5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -27,7 +27,6 @@ autoregen.sh
autom4te.cache
aclocal.m4
INSTALL
-gst-libav.spec
-
m4/libtool.m4
m4/ltoptions.m4
diff --git a/Makefile.am b/Makefile.am
index ce8e26f..dc80f1f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5,7 +5,7 @@ SUBDIRS = $(LIBAV_SUBDIRS) $(COMMON_SUBDIRS) pkgconfig
DIST_SUBDIRS = $(COMMON_SUBDIRS) gst-libs pkgconfig
EXTRA_DIST = \
- gst-libav.spec depcomp autogen.sh \
+ depcomp autogen.sh \
AUTHORS COPYING NEWS README ChangeLog gst-libav.doap
ACLOCAL_AMFLAGS = -I m4 -I common/m4
@@ -32,6 +32,7 @@ build-checks:
endif
CRUFT_FILES = \
+ $(top_builddir)/gst-libav.spec \
$(top_builddir)/common/shave \
$(top_builddir)/common/shave-libtool \
$(top_builddir)/common/m4/libtool.m4 \
diff --git a/configure.ac b/configure.ac
index 2a4a57d..f1f7789 100644
--- a/configure.ac
+++ b/configure.ac
@@ -487,7 +487,6 @@ AC_CONFIG_FILES(
Makefile
common/Makefile
common/m4/Makefile
-gst-libav.spec
ext/Makefile
ext/libav/Makefile
ext/libswscale/Makefile