diff options
Diffstat (limited to 'ext/Makefile.am')
-rw-r--r-- | ext/Makefile.am | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am index 1f42647e..a986ee91 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -94,12 +94,6 @@ endif HERMES_DIR= # endif -if USE_WAVPACK -WAVPACK_DIR=wavpack -else -WAVPACK_DIR= -endif - if USE_IVORBIS IVORBIS_DIR=ivorbis else @@ -303,12 +297,11 @@ SUBDIRS=\ $(TARKIN_DIR) \ $(THEORA_DIR) \ $(TIMIDITY_DIR) \ - $(WAVPACK_DIR) \ $(X264_DIR) \ $(XINE_DIR) \ $(XVID_DIR) -DIST_SUBDIRS= \ +DIST_SUBDIRS = \ alsaspdif \ amrwb \ bz2 \ @@ -336,6 +329,5 @@ DIST_SUBDIRS= \ swfdec \ theora \ timidity \ - wavpack \ x264 \ xvid |