diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2007-06-21 18:41:17 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2007-06-21 18:41:17 +0000 |
commit | 1b6c4e2ab29de3ed3394c99372656ee0dbc2abe5 (patch) | |
tree | 8ccedd3160e1447875a48bf852e843ab8b511bc5 /sys | |
parent | 7619871a052c837d76c72ef54314d9c8fae82a9c (diff) | |
download | gst-plugins-bad-1b6c4e2ab29de3ed3394c99372656ee0dbc2abe5.tar.gz gst-plugins-bad-1b6c4e2ab29de3ed3394c99372656ee0dbc2abe5.tar.bz2 gst-plugins-bad-1b6c4e2ab29de3ed3394c99372656ee0dbc2abe5.zip |
Re-enable VCD source and fix up release notes.
Original commit message from CVS:
* RELEASE:
* sys/Makefile.am:
Re-enable VCD source and fix up release notes.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/Makefile.am b/sys/Makefile.am index 4eb229e9..106c729c 100644 --- a/sys/Makefile.am +++ b/sys/Makefile.am @@ -34,6 +34,6 @@ else DVB_DIR= endif -SUBDIRS = $(GL_DIR) $(DVB_DIR) +SUBDIRS = $(GL_DIR) $(DVB_DIR) $(VCD_DIR) DIST_SUBDIRS = glsink dvb vcd |