mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-03 21:12:26 +00:00
win32/common/libgstreamer.def: export gst_value_compare
Original commit message from CVS: * win32/common/libgstreamer.def: export gst_value_compare
This commit is contained in:
parent
8ea74d2f7c
commit
0e96ab6bb2
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2006-01-30 Sebastien Moutte <sebastien@moutte.net>
|
||||
|
||||
* win32/common/libgstreamer.def:
|
||||
export gst_value_compare
|
||||
|
||||
2006-01-30 Jan Schmidt <thaytan@mad.scientist.com>
|
||||
|
||||
* plugins/elements/Makefile.am:
|
||||
|
|
|
@ -807,4 +807,6 @@ EXPORTS
|
|||
gst_iterator_next
|
||||
|
||||
gst_structure_set_valist
|
||||
|
||||
gst_value_compare
|
||||
|
||||
|
|
Loading…
Reference in a new issue