Skip to content

Commit

Permalink
fix Mlt::Properties::set(int64_t) symbol version
Browse files Browse the repository at this point in the history
Related to #1020
  • Loading branch information
ddennedy committed Sep 24, 2024
1 parent 2072c6b commit 63953cf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/mlt++/mlt++.vers
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,6 @@ MLTPP_0.8.8 {
"Mlt::Properties::set(char const*, char const*)";
"Mlt::Properties::set(char const*, double)";
"Mlt::Properties::set(char const*, int)";
"Mlt::Properties::set(char const*, long)";
"Mlt::Properties::set(char const*, void*, int, void (*)(void*), char* (*)(void*, int))";
"Mlt::Properties::set_lcnumeric(char const*)";
"Mlt::Properties::setup_wait_for(char const*)";
Expand Down Expand Up @@ -414,6 +413,8 @@ MLTPP_0.8.8 {
"Mlt::Transition::Transition(Mlt::Transition&)";
"Mlt::Transition::Transition(mlt_transition_s*)";
};
# "Mlt::Properties::set(char const*, int64_t)";
_ZN3Mlt10Properties3setEPKc[lx];

local: *;
};
Expand Down Expand Up @@ -542,7 +543,7 @@ MLTPP_6.14.0 {
"Mlt::Transition::connect(Mlt::Service&, int, int)";
"Mlt::Producer::get_creation_time()";
};
# "Mlt::Producer::set_creation_time(long)";
# "Mlt::Producer::set_creation_time(int64_t)";
_ZN3Mlt8Producer17set_creation_timeE[lx];
} MLTPP_6.10.0;

Expand Down

0 comments on commit 63953cf

Please sign in to comment.