mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
m4/Makefile.am: inttypes.m4 hasn't been available since gettext-0.15, and since we now require gettext >= 0.17 ... we...
Original commit message from CVS: * m4/Makefile.am: inttypes.m4 hasn't been available since gettext-0.15, and since we now require gettext >= 0.17 ... we can remove it from the list of files to dist.
This commit is contained in:
parent
8c6bcd6771
commit
f05ec409f2
3 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,10 @@
|
|||
2008-12-13 Edward Hervey <edward.hervey@collabora.co.uk>
|
||||
|
||||
* m4/Makefile.am:
|
||||
inttypes.m4 hasn't been available since gettext-0.15, and since we now
|
||||
require gettext >= 0.17 ... we can remove it from the list of files to
|
||||
dist.
|
||||
|
||||
2008-12-10 Tim-Philipp Müller <tim.muller at collabora co uk>
|
||||
|
||||
* gst/mpegaudioparse/gstmpegaudioparse.c: (channel_mode_class),
|
||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit a8728f3f810904c94f0b6678a7633d551514f335
|
||||
Subproject commit 1c24dce4e32f0a725ebd1b8ba2cd48d373818f75
|
|
@ -5,7 +5,6 @@ GETTEXT_M4 = \
|
|||
iconv.m4 \
|
||||
intdiv0.m4 \
|
||||
inttypes_h.m4 \
|
||||
inttypes.m4 \
|
||||
inttypes-pri.m4 \
|
||||
isc-posix.m4 \
|
||||
lcmessage.m4 \
|
||||
|
|
Loading…
Reference in a new issue