diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2004-01-23 13:19:46 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2004-01-23 13:19:46 +0000 |
commit | f452f55af4608c4781b287a18e44530730b194bf (patch) | |
tree | 871f9c52b73cbcf593a3efdf535f1cfad5abb764 | |
parent | 0c2e4e1cc2e5444f29e79714ccd94f4520dfaed2 (diff) | |
download | gst-plugins-bad-f452f55af4608c4781b287a18e44530730b194bf.tar.gz gst-plugins-bad-f452f55af4608c4781b287a18e44530730b194bf.tar.bz2 gst-plugins-bad-f452f55af4608c4781b287a18e44530730b194bf.zip |
fix distcheck
Original commit message from CVS:
fix distcheck
-rw-r--r-- | ChangeLog | 8 | ||||
m--------- | common | 0 | ||||
-rw-r--r-- | ext/Makefile.am | 3 |
3 files changed, 9 insertions, 2 deletions
@@ -1,3 +1,11 @@ +2004-01-23 Thomas Vander Stichele <thomas at apestaart dot org> + + * ext/Makefile.am: + Fix nas DIST_SUBDIRS + Uraeus: + Fix bug where make distcheck doesn't get run on adding stuff to + the build. + 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net> * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup): diff --git a/common b/common -Subproject c81ad072c76522175cbddead96d6f3c448068d6 +Subproject 0bcde342015b96d9a6ba3b9d9102e2a543399d9 diff --git a/ext/Makefile.am b/ext/Makefile.am index b5eb1491..0e091de5 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -383,8 +383,6 @@ DIST_SUBDIRS=\ dvdread \ dvdnav \ esd \ - nas \ - mas \ faac \ faad \ ffmpeg \ @@ -404,6 +402,7 @@ DIST_SUBDIRS=\ libpng \ librfb \ mad \ + mas \ mikmod \ mpeg2dec \ mpeg2enc \ |