mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-21 13:36:39 +00:00
Fix win32 libgstreamer.def ordering
This should fix make distcheck
This commit is contained in:
parent
1a65d5b252
commit
ebdb4c6984
1 changed files with 1 additions and 1 deletions
|
@ -1555,6 +1555,7 @@ EXPORTS
|
|||
gst_util_fraction_multiply
|
||||
gst_util_fraction_to_double
|
||||
gst_util_gdouble_to_guint64
|
||||
gst_util_get_object_array
|
||||
gst_util_get_timestamp
|
||||
gst_util_greatest_common_divisor
|
||||
gst_util_greatest_common_divisor_int64
|
||||
|
@ -1564,7 +1565,6 @@ EXPORTS
|
|||
gst_util_seqnum_next
|
||||
gst_util_set_object_arg
|
||||
gst_util_set_object_array
|
||||
gst_util_get_object_array
|
||||
gst_util_set_value_from_string
|
||||
gst_util_uint64_scale
|
||||
gst_util_uint64_scale_ceil
|
||||
|
|
Loading…
Reference in a new issue