Skip to content

Commit

Permalink
fix #1003 undefined symbol link errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ddennedy committed Jul 11, 2024
1 parent a6bd0b3 commit 711b5e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 55 deletions.
35 changes: 2 additions & 33 deletions src/framework/mlt.vers
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ MLT_0.8.8 {
mlt_filter_set_in_and_out;
mlt_frame_clone;
mlt_frame_close;
mlt_frame_get_alpha_mask;
mlt_frame_get_aspect_ratio;
mlt_frame_get_audio;
mlt_frame_get_image;
Expand Down Expand Up @@ -135,21 +134,6 @@ MLT_0.8.8 {
mlt_frame_set_position;
mlt_frame_unique_properties;
mlt_frame_write_ppm;
mlt_geometry_close;
mlt_geometry_fetch;
mlt_geometry_get_length;
mlt_geometry_init;
mlt_geometry_insert;
mlt_geometry_interpolate;
mlt_geometry_next_key;
mlt_geometry_parse;
mlt_geometry_parse_item;
mlt_geometry_prev_key;
mlt_geometry_refresh;
mlt_geometry_remove;
mlt_geometry_serialise;
mlt_geometry_serialise_cut;
mlt_geometry_set_length;
mlt_global_properties;
mlt_image_format_name;
mlt_image_format_size;
Expand Down Expand Up @@ -200,7 +184,6 @@ MLT_0.8.8 {
mlt_playlist_mix;
mlt_playlist_mix_add;
mlt_playlist_move;
mlt_playlist_move_region;
mlt_playlist_new;
mlt_playlist_pad_blanks;
mlt_playlist_producer;
Expand Down Expand Up @@ -333,8 +316,6 @@ MLT_0.8.8 {
mlt_repository_register;
mlt_repository_register_metadata;
mlt_repository_transitions;
mlt_sample_calculator;
mlt_sample_calculator_to_now;
mlt_sdl_mutex;
mlt_service_apply_filters;
mlt_service_attach;
Expand Down Expand Up @@ -479,16 +460,8 @@ MLT_0.9.8 {
MLT_0.9.10 {
global:
mlt_factory_repository;
mlt_properties_to_utf8;
} MLT_0.9.8;

MLT_6.4.0 {
global:
mlt_slices_init;
mlt_slices_close;
mlt_slices_run;
} MLT_0.9.10;

MLT_6.6.0 {
global:
mlt_image_format_planes;
Expand All @@ -501,14 +474,10 @@ MLT_6.6.0 {
mlt_slices_run_fifo;
mlt_log_timings_now;
mlt_service_disconnect_all_producers;
} MLT_6.4.0;
} MLT_0.9.10;

MLT_6.8.0 {
global:
mlt_channel_layout_name;
mlt_channel_layout_id;
mlt_channel_layout_channels;
mlt_channel_layout_default;
mlt_animation_key_set_type;
mlt_animation_key_set_frame;
} MLT_6.6.0;
Expand Down Expand Up @@ -687,4 +656,4 @@ MLT_7.22.0 {
mlt_property_is_color;
mlt_property_is_numeric;
mlt_property_is_rect;
} MLT_7.18.0;
} MLT_7.18.0;
23 changes: 1 addition & 22 deletions src/mlt++/mlt++.vers
Original file line number Diff line number Diff line change
Expand Up @@ -111,21 +111,6 @@ MLTPP_0.8.8 {
"Mlt::Frame::get_waveform(int, int)";
"Mlt::Frame::set_alpha(unsigned char*, int, void (*)(void*))";
"Mlt::Frame::set_image(unsigned char*, int, void (*)(void*))";
"Mlt::Geometry::fetch(Mlt::GeometryItem*, float)";
"Mlt::Geometry::fetch(Mlt::GeometryItem&, float)";
"Mlt::Geometry::~Geometry()";
"Mlt::Geometry::Geometry(char*, int, int, int)";
"Mlt::Geometry::insert(Mlt::GeometryItem*)";
"Mlt::Geometry::insert(Mlt::GeometryItem&)";
"Mlt::Geometry::interpolate()";
"Mlt::Geometry::next_key(Mlt::GeometryItem*, int)";
"Mlt::Geometry::next_key(Mlt::GeometryItem&, int)";
"Mlt::Geometry::parse(char*, int, int, int)";
"Mlt::Geometry::prev_key(Mlt::GeometryItem*, int)";
"Mlt::Geometry::prev_key(Mlt::GeometryItem&, int)";
"Mlt::Geometry::remove(int)";
"Mlt::Geometry::serialise()";
"Mlt::Geometry::serialise(int, int)";
"typeinfo for Mlt::Multitrack";
"typeinfo name for Mlt::Multitrack";
"vtable for Mlt::Multitrack";
Expand Down Expand Up @@ -196,7 +181,6 @@ MLTPP_0.8.8 {
"Mlt::Playlist::mix_add(int, Mlt::Transition*)";
"Mlt::Playlist::mix(int, int, Mlt::Transition*)";
"Mlt::Playlist::move(int, int)";
"Mlt::Playlist::move_region(int, int, int)";
"Mlt::Playlist::pad_blanks(int, int, int)";
"Mlt::Playlist::~Playlist()";
"Mlt::Playlist::Playlist()";
Expand Down Expand Up @@ -303,7 +287,6 @@ MLTPP_0.8.8 {
"Mlt::Properties::inherit(Mlt::Properties&)";
"Mlt::Properties::is_sequence()";
"Mlt::Properties::is_valid()";
"Mlt::Properties::listen(char const*, void*, void (*)(void*, ...))";
"Mlt::Properties::load(char const*)";
"Mlt::Properties::lock()";
"Mlt::Properties::mirror(Mlt::Properties&)";
Expand All @@ -328,7 +311,6 @@ MLTPP_0.8.8 {
"Mlt::Properties::set(char const*, double)";
"Mlt::Properties::set(char const*, int)";
"Mlt::Properties::set(char const*, long)";
"Mlt::Properties::set(char const*, long 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 @@ -559,7 +541,6 @@ MLTPP_6.14.0 {
"Mlt::Playlist::reorder(int const*)";
"Mlt::Transition::connect(Mlt::Service&, int, int)";
"Mlt::Producer::set_creation_time(long)";
"Mlt::Producer::set_creation_time(long long)";
"Mlt::Producer::get_creation_time()";
};
} MLTPP_6.10.0;
Expand Down Expand Up @@ -638,7 +619,7 @@ MLTPP_7.0.0 {
"Mlt::Chain::Chain()";
"Mlt::Chain::Chain(Mlt::Profile&, char const*, char const*)";
"Mlt::Chain::Chain(Mlt::Profile&)";
"Mlt::Chain::Chain(mlt_chain)";
"Mlt::Chain::Chain(mlt_chain_s*)";
"Mlt::Chain::Chain(Mlt::Chain&)";
"Mlt::Chain::Chain(Mlt::Chain*)";
"Mlt::Chain::Chain(Mlt::Service&)";
Expand Down Expand Up @@ -672,8 +653,6 @@ MLTPP_7.0.0 {
"Mlt::Image::plane(int)";
"Mlt::Image::stride(int)";
"Mlt::Properties::listen(char const*, void*, void (*)(mlt_properties_s*, void*, mlt_event_data))";
"typeinfo name for Mlt::EventData";
"vtable for Mlt::EventData";
"Mlt::EventData::EventData(mlt_event_data)";
"Mlt::EventData::EventData(Mlt::EventData&)";
"Mlt::EventData::EventData(Mlt::EventData const&)";
Expand Down

0 comments on commit 711b5e1

Please sign in to comment.