diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2004-03-09 13:10:14 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2004-03-09 13:10:14 +0000 |
commit | e502f7a6b3614ab3046d358639c3823d2fdbc6d0 (patch) | |
tree | f20672e3322115e6c1d88467c3655e97fe3404d0 /sys | |
parent | 0d4da15430cc67b8008e6d96de02e817f573a2cf (diff) | |
download | gst-plugins-bad-e502f7a6b3614ab3046d358639c3823d2fdbc6d0.tar.gz gst-plugins-bad-e502f7a6b3614ab3046d358639c3823d2fdbc6d0.tar.bz2 gst-plugins-bad-e502f7a6b3614ab3046d358639c3823d2fdbc6d0.zip |
removing plugins from build
Original commit message from CVS:
removing plugins from build
Diffstat (limited to 'sys')
-rw-r--r-- | sys/Makefile.am | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/Makefile.am b/sys/Makefile.am index 55d4fb86..ff513848 100644 --- a/sys/Makefile.am +++ b/sys/Makefile.am @@ -35,10 +35,8 @@ VCD_DIR= endif if USE_X -X_DIR=xvideo XI_DIR=ximage else -X_DIR= XI_DIR= endif @@ -55,6 +53,6 @@ CDROM_DIR= endif SUBDIRS=$(DXR3_DIR) $(OSS_DIR) $(QCAM_DIR) $(V4L_DIR) $(V4L2_DIR) \ - $(VCD_DIR) $(CDROM_DIR) $(X_DIR) $(XI_DIR) $(XV_DIR) + $(VCD_DIR) $(CDROM_DIR) $(XI_DIR) $(XV_DIR) -DIST_SUBDIRS=dxr3 oss qcam v4l v4l2 vcd xvideo ximage xvimage glsink cdrom +DIST_SUBDIRS=dxr3 oss qcam v4l v4l2 vcd ximage xvimage glsink cdrom |