mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
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
This commit is contained in:
parent
2ca1bfc5ab
commit
a61cc265fe
3 changed files with 12 additions and 9 deletions
|
@ -6,4 +6,4 @@ libgstwavenc_la_CFLAGS = $(GST_CFLAGS)
|
|||
libgstwavenc_la_LIBADD =
|
||||
libgstwavenc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
noinst_HEADERS = gstwavenc.h
|
||||
noinst_HEADERS = gstwavenc.h riff.h
|
||||
|
|
|
@ -6,4 +6,4 @@ libgstwavparse_la_CFLAGS = $(GST_CFLAGS)
|
|||
libgstwavparse_la_LIBADD =
|
||||
libgstwavparse_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
noinst_HEADERS = gstwavparse.h
|
||||
noinst_HEADERS = gstwavparse.h riff.h
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue