diff options
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2010-10-05 11:42:42 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2010-10-05 11:42:42 +0100 |
commit | a3f9fab72ff65e91a6ee3752847497d10abf2d15 (patch) | |
tree | a894b205536714e4c7b2769351e782c75046c6d4 /ext/Makefile.am | |
parent | 716e430fd537209e57da82504f34b7ed13aef6df (diff) | |
download | gstreamer-plugins-bad-a3f9fab72ff65e91a6ee3752847497d10abf2d15.tar.gz |
alsaspdif: remove alsaspdifsink element
Remove alsaspdifsink, it's not needed any longer. alsasink in -base
has been able to handle SPDIF for a while now.
Diffstat (limited to 'ext/Makefile.am')
-rw-r--r-- | ext/Makefile.am | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am index 3893c6274..a9a7c8b5f 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -1,9 +1,3 @@ -if USE_ALSA -ALSASPDIF_DIR = alsaspdif -else -ALSASPDIF_DIR = -endif - if USE_ASSRENDER ASSRENDER_DIR = assrender else @@ -380,7 +374,6 @@ endif SUBDIRS=\ - $(ALSASPDIF_DIR) \ $(ASSRENDER_DIR) \ $(AMRWB_DIR) \ $(APEXSINK_DIR) \ @@ -444,7 +437,6 @@ SUBDIRS=\ $(RTMP_DIR) DIST_SUBDIRS = \ - alsaspdif \ amrwbenc \ assrender \ apexsink \ |