diff options
author | Michal Ratajsky <[email protected]> | 2014-06-15 07:15:58 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2014-10-09 16:53:00 +0200 |
commit | d1c86461bebd11bab895ee4e7506233947756870 (patch) | |
tree | 0ef877083534e6a7ea570e238335c1ffe3f7044e /Makefile.am | |
parent | bab0b217a39165848effb6a04bed629d44ee103d (diff) | |
download | mate-media-d1c86461bebd11bab895ee4e7506233947756870.tar.bz2 mate-media-d1c86461bebd11bab895ee4e7506233947756870.tar.xz |
Kill GStreamer
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/Makefile.am b/Makefile.am index 1d157d0..33548b4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,26 +10,16 @@ if HAVE_PULSEAUDIO SUBDIRS += mate-volume-control endif -if HAVE_GSTMIXER -SUBDIRS += gst-mixer -endif - -if HAVE_GSTMIXER_APPLET -SUBDIRS += gst-mixer-applet -endif - DISTCHECK_CONFIGURE_FLAGS = \ --disable-scrollkeeper \ --enable-more-warnings \ --enable-compile-warnings=maximum \ - --enable-deprecated + --enable-deprecated DIST_SUBDIRS = \ po \ man \ mate-volume-control \ - gst-mixer \ - gst-mixer-applet \ sound-theme \ $(NULL) @@ -40,7 +30,6 @@ EXTRA_DIST = \ ChangeLog \ COPYING \ COPYING-DOCS \ - COPYING.gst-mixer \ build-aux/git-version-gen \ $(INTLTOOL_BUILT:=.in) \ $(NULL) |