diff options
author | Andy Wingo <wingo@pobox.com> | 2005-06-29 15:36:27 +0000 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2005-06-29 15:36:27 +0000 |
commit | 8a3ed1125f203f45d48e250c3e92c5301988fc65 (patch) | |
tree | f07136c2ed58affc85c710492ebe12f4efa9cecf | |
parent | 59a7c5eeeeb878724f73d18df26b36b2a22e6ba2 (diff) |
ext/Makefile.am (MAD_DIR): Add mad to the build.
Original commit message from CVS:
2005-06-29 Andy Wingo <wingo@pobox.com>
* ext/Makefile.am (MAD_DIR): Add mad to the build.
-rw-r--r-- | ChangeLog | 4 | ||||
m--------- | common | 0 | ||||
-rw-r--r-- | ext/Makefile.am | 8 |
3 files changed, 8 insertions, 4 deletions
@@ -1,3 +1,7 @@ +2005-06-29 Andy Wingo <wingo@pobox.com> + + * ext/Makefile.am (MAD_DIR): Add mad to the build. + 2005-06-28 Wim Taymans <wim@fluendo.com> * ext/mad/gstid3tag.c: (gst_id3_tag_src_link): diff --git a/common b/common -Subproject d6e46b214fac0ecb46010ff522af2f7653e1c18 +Subproject 2826306411790bf8aa9298922aa59b126897431 diff --git a/ext/Makefile.am b/ext/Makefile.am index 66bf728e..5a9ae56d 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -226,11 +226,11 @@ LIBVISUAL_DIR= LIBMMS_DIR= # endif -# if USE_MAD -# MAD_DIR=mad -# else +if USE_MAD +MAD_DIR=mad +else MAD_DIR= -# endif +endif # if USE_MIKMOD # MIKMOD_DIR=mikmod |