diff options
-rw-r--r-- | ChangeLog | 5 | ||||
m--------- | common | 0 | ||||
-rw-r--r-- | ext/Makefile.am | 2 |
3 files changed, 5 insertions, 2 deletions
@@ -1,3 +1,8 @@ +2005-10-12 Julien MOUTTE <julien@moutte.net> + + * ext/Makefile.am: libvisual and snapshot are not here anymore. Makes + automake-1.7 happy again. + 2005-10-12 Tim-Philipp Müller <tim at centricular dot net> * ext/faad/gstfaad.c: (gst_faad_event): diff --git a/common b/common -Subproject 615cf4d4506ef1ffb1f600c434fced1fa26b0f4 +Subproject 37ed26e33bae9a6ab256c62ebbb9d711374a0ab diff --git a/ext/Makefile.am b/ext/Makefile.am index 6cd51004..1fcc0728 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -209,7 +209,6 @@ SUBDIRS=\ $(LCS_DIR) \ $(LIBFAME_DIR) \ $(LIBMMS_DIR) \ - $(LIBVISUAL_DIR) \ $(MPEG2ENC_DIR) \ $(MPLEX_DIR) \ $(MUSEPACK_DIR) \ @@ -219,7 +218,6 @@ SUBDIRS=\ $(SDL_DIR) \ $(SHOUT_DIR) \ $(SMOOTHWAVE_DIR) \ - $(SNAPSHOT_DIR) \ $(SNDFILE_DIR) \ $(SWFDEC_DIR) \ $(TARKIN_DIR) \ |