Skip to content

Commit

Permalink
fix #1020 Mlt::Producer::set_creation_time() not exported on i686
Browse files Browse the repository at this point in the history
  • Loading branch information
ddennedy committed Sep 24, 2024
1 parent 615aac5 commit 6f533e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/mlt++/mlt++.vers
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,8 @@ MLTPP_6.14.0 {
"Mlt::Service::set_profile(mlt_profile_s*)";
"Mlt::Playlist::reorder(int const*)";
"Mlt::Transition::connect(Mlt::Service&, int, int)";
"Mlt::Producer::set_creation_time(long)";
# "Mlt::Producer::set_creation_time(long)";
_ZN3Mlt8Producer17set_creation_timeE[lx];
"Mlt::Producer::get_creation_time()";
};
} MLTPP_6.10.0;
Expand Down

0 comments on commit 6f533e7

Please sign in to comment.