diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | ext/Makefile.am | 1 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net> + + * ext/Makefile.am: + Unbreak buildbot. + 2005-01-28 Andy Wingo <wingo@pobox.com> * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output diff --git a/ext/Makefile.am b/ext/Makefile.am index a74262f7..689b339b 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -405,7 +405,6 @@ SUBDIRS=\ $(AALIB_DIR) \ $(ALSA_DIR) \ $(AMRNB_DIR) \ - $(AMRWB_DIR) \ $(ARTS_DIR) \ $(ARTSC_DIR) \ $(AUDIOFILE_DIR) \ |