diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2001-12-20 23:13:50 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2001-12-20 23:13:50 +0000 |
commit | 2819ff07ce87daee3d0f9c0f8607fa721ee0783f (patch) | |
tree | 9fb9dfdb33de56a6336f51ef98e5ef8ef7cbdd56 /Makefile.am | |
parent | 4c3086096cc54fee7a8069d098e555e4758fe9f5 (diff) | |
download | gst-plugins-bad-2819ff07ce87daee3d0f9c0f8607fa721ee0783f.tar.gz gst-plugins-bad-2819ff07ce87daee3d0f9c0f8607fa721ee0783f.tar.bz2 gst-plugins-bad-2819ff07ce87daee3d0f9c0f8607fa721ee0783f.zip |
added esd added new autogen.sh feature : list all of the libs/plugins you want to disable in a file called "disable" ...
Original commit message from CVS:
added esd
added new autogen.sh feature :
list all of the libs/plugins you want to disable in a file called "disable"
and they will. makes it easier to check stuff when you're working on one
a file "enable" does the opposite. You're on your own if you make them
conflict ;)
CML2 anyone ?
fixed some xvideo stuff, can't remember what though
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 4d74b8a8..099534f7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,3 @@ -SUBDIRS=sys +SUBDIRS=sys ext -DIST_SUBDIRS=sys +DIST_SUBDIRS=sys ext |