mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-22 23:28:16 +00:00
configure.ac: 0.10.7 ignore file is for 0.10.7 AND 0.10.8 (due to brown paperbag release).
Original commit message from CVS: * configure.ac: (GST_LIBS): 0.10.7 ignore file is for 0.10.7 AND 0.10.8 (due to brown paperbag release).
This commit is contained in:
parent
cee7d60ee4
commit
33b77c7759
3 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
2006-06-22 Edward Hervey <edward@fluendo.com>
|
||||
|
||||
* configure.ac: (GST_LIBS):
|
||||
0.10.7 ignore file is for 0.10.7 AND 0.10.8 (due to brown paperbag
|
||||
release).
|
||||
|
||||
2006-06-15 Edward Hervey <edward@fluendo.com>
|
||||
|
||||
* codegen/codegen.py:
|
||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit dd85f550441bd5722b98f4dd304e40826383240f
|
||||
Subproject commit 123195d3bbcc0b6e1cf867d3a180685f8766a0be
|
|
@ -114,7 +114,7 @@ then
|
|||
IGNORE_GST_0_10_6=""
|
||||
fi
|
||||
|
||||
if test $GST_MINOR_VERSION -lt "7"
|
||||
if test $GST_MINOR_VERSION -lt "8"
|
||||
then
|
||||
IGNORE_GST_0_10_7="gst-0.10.7.ignore"
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue