mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 06:58:56 +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>
|
2006-01-30 Jan Schmidt <thaytan@mad.scientist.com>
|
||||||
|
|
||||||
* plugins/elements/Makefile.am:
|
* plugins/elements/Makefile.am:
|
||||||
|
|
|
@ -808,3 +808,5 @@ EXPORTS
|
||||||
|
|
||||||
gst_structure_set_valist
|
gst_structure_set_valist
|
||||||
|
|
||||||
|
gst_value_compare
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue