mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-26 17:18:15 +00:00
sys/Makefile.am: Disable VCD build because we're frozen..
Original commit message from CVS: * sys/Makefile.am: Disable VCD build because we're frozen..
This commit is contained in:
parent
2229e288b6
commit
ecf70b629c
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2007-06-13 Wim Taymans <wim@fluendo.com>
|
||||
|
||||
* sys/Makefile.am:
|
||||
Disable VCD build because we're frozen..
|
||||
|
||||
2007-06-13 Wim Taymans <wim@fluendo.com>
|
||||
|
||||
* configure.ac:
|
||||
|
|
|
@ -34,6 +34,6 @@ else
|
|||
DVB_DIR=
|
||||
endif
|
||||
|
||||
SUBDIRS = $(GL_DIR) $(DVB_DIR) $(VCD_DIR)
|
||||
SUBDIRS = $(GL_DIR) $(DVB_DIR)
|
||||
|
||||
DIST_SUBDIRS = glsink dvb vcd
|
||||
|
|
Loading…
Reference in a new issue