mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
configure.ac: Fix type in error messgae.
Original commit message from CVS: * configure.ac: Fix type in error messgae. * tests/check/.cvsignore: Ignore more files.
This commit is contained in:
parent
5211c2072a
commit
24bb88b85f
4 changed files with 11 additions and 3 deletions
|
@ -1,3 +1,11 @@
|
|||
2008-09-06 Stefan Kost <ensonic@users.sf.net>
|
||||
|
||||
* configure.ac:
|
||||
Fix type in error messgae.
|
||||
|
||||
* tests/check/.cvsignore:
|
||||
Ignore more files.
|
||||
|
||||
2008-09-04 Wim Taymans <wim.taymans@collabora.co.uk>
|
||||
|
||||
* ext/ffmpeg/gstffmpegcodecmap.c: (nal_escape), (copy_config),
|
||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit 8d494854a6018336a80ece82ceb3df0033e2da9c
|
||||
Subproject commit 1ff63d8f92c36bf207434436f4ce75f2a4ea11a4
|
|
@ -200,7 +200,7 @@ esac
|
|||
AC_SUBST(DARWIN_LDFLAGS)
|
||||
|
||||
dnl *** Check for bz2
|
||||
AG_GST_CHECK_LIBHEADER(BZ2, bz2, BZ2_bzlibVersion, , bzlib.h,, AC_ERROR([libz2 is required]))
|
||||
AG_GST_CHECK_LIBHEADER(BZ2, bz2, BZ2_bzlibVersion, , bzlib.h,, AC_ERROR([libbz2 is required]))
|
||||
|
||||
dnl *** configure external libs ***
|
||||
|
||||
|
|
2
tests/check/.gitignore
vendored
2
tests/check/.gitignore
vendored
|
@ -1 +1 @@
|
|||
test-registry.xml
|
||||
test-registry.*
|
||||
|
|
Loading…
Reference in a new issue