diff options
author | Christian Schaller <uraeus@gnome.org> | 2003-11-09 22:48:58 +0000 |
---|---|---|
committer | Christian Schaller <uraeus@gnome.org> | 2003-11-09 22:48:58 +0000 |
commit | 8f120cdf009a8a237690f49e133c44c703f706ce (patch) | |
tree | 9bff712cc2e4f478d0740f32a916499f30d76fc8 | |
parent | ba7dfbdbb338b206857c807cf0cc6d8c405e5e4f (diff) | |
download | gst-plugins-bad-8f120cdf009a8a237690f49e133c44c703f706ce.tar.gz gst-plugins-bad-8f120cdf009a8a237690f49e133c44c703f706ce.tar.bz2 gst-plugins-bad-8f120cdf009a8a237690f49e133c44c703f706ce.zip |
disting fixes, pixbuf loader still borked in regards to disting
Original commit message from CVS:
disting fixes, pixbuf loader still borked in regards to disting
-rw-r--r-- | gst-libs/ext/ffmpeg/Makefile.am | 1 | ||||
-rw-r--r-- | gst/stereo/Makefile.am | 2 | ||||
-rw-r--r-- | sys/Makefile.am | 17 |
3 files changed, 11 insertions, 9 deletions
diff --git a/gst-libs/ext/ffmpeg/Makefile.am b/gst-libs/ext/ffmpeg/Makefile.am index 6fd8f9ac..fc32593f 100644 --- a/gst-libs/ext/ffmpeg/Makefile.am +++ b/gst-libs/ext/ffmpeg/Makefile.am @@ -31,7 +31,6 @@ EXTRA_DIST = \ ffmpeg/CREDITS \ ffmpeg/INSTALL \ ffmpeg/README \ - ffmpeg/VERSION \ ffmpeg/config.mak \ ffmpeg/configure \ ffmpeg/cygwin_inttypes.h \ diff --git a/gst/stereo/Makefile.am b/gst/stereo/Makefile.am index b81e95dc..fc9ceaac 100644 --- a/gst/stereo/Makefile.am +++ b/gst/stereo/Makefile.am @@ -8,4 +8,4 @@ libgststereo_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) noinst_HEADERS = gststereo.h -EXTRA_DIST = README +EXTRA_DIST = diff --git a/sys/Makefile.am b/sys/Makefile.am index e47dc0e3..dad4940a 100644 --- a/sys/Makefile.am +++ b/sys/Makefile.am @@ -34,11 +34,14 @@ else VCD_DIR= endif -if USE_XFREE -XVIDEO_DIR=xvideo ximage -else -XVIDEO_DIR= -endif +# doesn't work +#if USE_XFREE +#XVIDEO_DIR=xvideo +#XIMAGE_DIR=ximage +#else +#XVIDEO_DIR= +#XIMAGE_DIR= +#endif if USE_CDROM CDROM_DIR=cdrom @@ -47,6 +50,6 @@ CDROM_DIR= endif SUBDIRS=$(DXR3_DIR) $(OSS_DIR) $(QCAM_DIR) $(V4L_DIR) $(V4L2_DIR) \ - $(VCD_DIR) $(XVIDEO_DIR) $(CDROM_DIR) + $(VCD_DIR) $(CDROM_DIR) -DIST_SUBDIRS=dxr3 oss qcam v4l v4l2 vcd xvideo cdrom +DIST_SUBDIRS=dxr3 oss qcam v4l v4l2 vcd xvideo ximage glsink cdrom |