mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-09-01 01:33:52 +00:00
Add gio in a few more places.
Original commit message from CVS: * ext/Makefile.am: * tests/check/Makefile.am: * tests/check/pipelines/.cvsignore: Add gio in a few more places.
This commit is contained in:
parent
c0077ce943
commit
c9c92633e6
4 changed files with 14 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
2008-02-07 Jan Schmidt <jan.schmidt@sun.com>
|
||||||
|
|
||||||
|
* ext/Makefile.am:
|
||||||
|
* tests/check/Makefile.am:
|
||||||
|
* tests/check/pipelines/.cvsignore:
|
||||||
|
Add gio in a few more places.
|
||||||
|
|
||||||
2008-02-07 Jan Schmidt <jan.schmidt@sun.com>
|
2008-02-07 Jan Schmidt <jan.schmidt@sun.com>
|
||||||
|
|
||||||
* configure.ac:
|
* configure.ac:
|
||||||
|
|
|
@ -66,6 +66,7 @@ SUBDIRS = \
|
||||||
DIST_SUBDIRS = \
|
DIST_SUBDIRS = \
|
||||||
alsa \
|
alsa \
|
||||||
cdparanoia \
|
cdparanoia \
|
||||||
|
gio \
|
||||||
gnomevfs \
|
gnomevfs \
|
||||||
libvisual \
|
libvisual \
|
||||||
ogg \
|
ogg \
|
||||||
|
|
|
@ -77,6 +77,7 @@ endif
|
||||||
check_PROGRAMS = \
|
check_PROGRAMS = \
|
||||||
$(check_alsa) \
|
$(check_alsa) \
|
||||||
$(check_gnomevfs) \
|
$(check_gnomevfs) \
|
||||||
|
$(check_gio) \
|
||||||
$(check_ogg) \
|
$(check_ogg) \
|
||||||
$(check_pango) \
|
$(check_pango) \
|
||||||
$(check_vorbis) \
|
$(check_vorbis) \
|
||||||
|
@ -282,6 +283,9 @@ libs_video_LDADD = \
|
||||||
$(GST_BASE_LIBS) \
|
$(GST_BASE_LIBS) \
|
||||||
$(LDADD)
|
$(LDADD)
|
||||||
|
|
||||||
|
pipelines_gio_CFLAGS = $(GIO_CFLAGS) $(AM_CFLAGS)
|
||||||
|
pipelines_gio_LDADD = $(GIO_LIBS) $(LDADD)
|
||||||
|
|
||||||
pipelines_vorbisenc_CFLAGS = \
|
pipelines_vorbisenc_CFLAGS = \
|
||||||
$(GST_PLUGINS_BASE_CFLAGS) \
|
$(GST_PLUGINS_BASE_CFLAGS) \
|
||||||
$(AM_CFLAGS)
|
$(AM_CFLAGS)
|
||||||
|
|
3
tests/check/pipelines/.gitignore
vendored
3
tests/check/pipelines/.gitignore
vendored
|
@ -1,7 +1,8 @@
|
||||||
.dirstamp
|
.dirstamp
|
||||||
|
gio
|
||||||
simple-launch-lines
|
simple-launch-lines
|
||||||
theoraenc
|
theoraenc
|
||||||
vorbisdec
|
vorbisdec
|
||||||
vorbisenc
|
vorbisenc
|
||||||
oggmux
|
oggmux
|
||||||
streamheader
|
streamheader
|
||||||
|
|
Loading…
Reference in a new issue