mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +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>
|
||||
|
||||
* configure.ac:
|
||||
|
|
|
@ -66,6 +66,7 @@ SUBDIRS = \
|
|||
DIST_SUBDIRS = \
|
||||
alsa \
|
||||
cdparanoia \
|
||||
gio \
|
||||
gnomevfs \
|
||||
libvisual \
|
||||
ogg \
|
||||
|
|
|
@ -77,6 +77,7 @@ endif
|
|||
check_PROGRAMS = \
|
||||
$(check_alsa) \
|
||||
$(check_gnomevfs) \
|
||||
$(check_gio) \
|
||||
$(check_ogg) \
|
||||
$(check_pango) \
|
||||
$(check_vorbis) \
|
||||
|
@ -282,6 +283,9 @@ libs_video_LDADD = \
|
|||
$(GST_BASE_LIBS) \
|
||||
$(LDADD)
|
||||
|
||||
pipelines_gio_CFLAGS = $(GIO_CFLAGS) $(AM_CFLAGS)
|
||||
pipelines_gio_LDADD = $(GIO_LIBS) $(LDADD)
|
||||
|
||||
pipelines_vorbisenc_CFLAGS = \
|
||||
$(GST_PLUGINS_BASE_CFLAGS) \
|
||||
$(AM_CFLAGS)
|
||||
|
|
3
tests/check/pipelines/.gitignore
vendored
3
tests/check/pipelines/.gitignore
vendored
|
@ -1,7 +1,8 @@
|
|||
.dirstamp
|
||||
gio
|
||||
simple-launch-lines
|
||||
theoraenc
|
||||
vorbisdec
|
||||
vorbisenc
|
||||
oggmux
|
||||
streamheader
|
||||
streamheader
|
||||
|
|
Loading…
Reference in a new issue