diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2017-11-26 12:53:42 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2017-11-26 13:14:12 +0000 |
commit | 8c1cdb7a4a96289fe37ea42d7123da0d7731498b (patch) | |
tree | 6d47d05e8c4b3b06a9e099d6602cb4580d56c833 | |
parent | a877229d38f547d0ee0d5f0a4d888ca8fafa6723 (diff) |
win32: remove .def file with exports
They're no longer needed, symbol exporting is now explicit
via GST_EXPORT in all cases (autotools, meson, incl. MSVC).
-rw-r--r-- | Makefile.am | 4 | ||||
-rw-r--r-- | gst/rtsp-server/meson.build | 4 | ||||
-rw-r--r-- | win32/MANIFEST | 2 | ||||
-rw-r--r-- | win32/common/libgstrtspserver.def | 339 |
4 files changed, 1 insertions, 348 deletions
diff --git a/Makefile.am b/Makefile.am index 4b96f78..d663e61 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,15 +16,11 @@ SUBDIRS = \ DIST_SUBDIRS = gst common pkgconfig docs examples tests -# include before EXTRA_DIST for win32 assignment -include $(top_srcdir)/common/win32.mak - EXTRA_DIST = \ ChangeLog autogen.sh depcomp \ AUTHORS COPYING NEWS README RELEASE REQUIREMENTS \ docs/design/gst-rtp-server-design \ gst-rtsp-server.doap \ - $(win32) \ $(shell find "$(top_srcdir)" -type f -name meson.build ! -path "$(top_srcdir)/$(PACKAGE_TARNAME)-*" ) \ meson_options.txt diff --git a/gst/rtsp-server/meson.build b/gst/rtsp-server/meson.build index d4b28fc..8e254ef 100644 --- a/gst/rtsp-server/meson.build +++ b/gst/rtsp-server/meson.build @@ -51,9 +51,7 @@ gst_rtsp_server = library('gstrtspserver-@0@'.format(api_version), version : libversion, soversion : soversion, install : true, - dependencies : gst_rtsp_server_deps, - vs_module_defs: vs_module_defs_dir + 'libgstrtspserver.def' -) + dependencies : gst_rtsp_server_deps) rtsp_server_gen_sources = [] if build_gir diff --git a/win32/MANIFEST b/win32/MANIFEST deleted file mode 100644 index 8cdea81..0000000 --- a/win32/MANIFEST +++ /dev/null @@ -1,2 +0,0 @@ -win32/MANIFEST -win32/common/libgstrtspserver.def diff --git a/win32/common/libgstrtspserver.def b/win32/common/libgstrtspserver.def deleted file mode 100644 index f233ac8..0000000 --- a/win32/common/libgstrtspserver.def +++ /dev/null @@ -1,339 +0,0 @@ -EXPORTS - gst_rtsp_address_copy - gst_rtsp_address_free - gst_rtsp_address_get_type - gst_rtsp_address_pool_acquire_address - gst_rtsp_address_pool_add_range - gst_rtsp_address_pool_clear - gst_rtsp_address_pool_dump - gst_rtsp_address_pool_get_type - gst_rtsp_address_pool_has_unicast_addresses - gst_rtsp_address_pool_new - gst_rtsp_address_pool_reserve_address - gst_rtsp_auth_add_basic - gst_rtsp_auth_add_digest - gst_rtsp_auth_check - gst_rtsp_auth_get_default_token - gst_rtsp_auth_get_supported_methods - gst_rtsp_auth_get_tls_authentication_mode - gst_rtsp_auth_get_tls_certificate - gst_rtsp_auth_get_tls_database - gst_rtsp_auth_get_type - gst_rtsp_auth_make_basic - gst_rtsp_auth_new - gst_rtsp_auth_remove_basic - gst_rtsp_auth_remove_digest - gst_rtsp_auth_set_default_token - gst_rtsp_auth_set_supported_methods - gst_rtsp_auth_set_tls_authentication_mode - gst_rtsp_auth_set_tls_certificate - gst_rtsp_auth_set_tls_database - gst_rtsp_client_attach - gst_rtsp_client_close - gst_rtsp_client_get_auth - gst_rtsp_client_get_connection - gst_rtsp_client_get_mount_points - gst_rtsp_client_get_session_pool - gst_rtsp_client_get_thread_pool - gst_rtsp_client_get_type - gst_rtsp_client_handle_message - gst_rtsp_client_new - gst_rtsp_client_send_message - gst_rtsp_client_session_filter - gst_rtsp_client_set_auth - gst_rtsp_client_set_connection - gst_rtsp_client_set_mount_points - gst_rtsp_client_set_send_func - gst_rtsp_client_set_session_pool - gst_rtsp_client_set_thread_pool - gst_rtsp_context_get_current - gst_rtsp_context_get_type - gst_rtsp_context_pop_current - gst_rtsp_context_push_current - gst_rtsp_media_collect_streams - gst_rtsp_media_complete_pipeline - gst_rtsp_media_create_stream - gst_rtsp_media_factory_add_role - gst_rtsp_media_factory_construct - gst_rtsp_media_factory_create_element - gst_rtsp_media_factory_get_address_pool - gst_rtsp_media_factory_get_buffer_size - gst_rtsp_media_factory_get_clock - gst_rtsp_media_factory_get_latency - gst_rtsp_media_factory_get_launch - gst_rtsp_media_factory_get_media_gtype - gst_rtsp_media_factory_get_multicast_iface - gst_rtsp_media_factory_get_permissions - gst_rtsp_media_factory_get_profiles - gst_rtsp_media_factory_get_protocols - gst_rtsp_media_factory_get_publish_clock_mode - gst_rtsp_media_factory_get_retransmission_time - gst_rtsp_media_factory_get_suspend_mode - gst_rtsp_media_factory_get_transport_mode - gst_rtsp_media_factory_get_type - gst_rtsp_media_factory_is_eos_shutdown - gst_rtsp_media_factory_is_shared - gst_rtsp_media_factory_is_stop_on_disonnect - gst_rtsp_media_factory_new - gst_rtsp_media_factory_set_address_pool - gst_rtsp_media_factory_set_buffer_size - gst_rtsp_media_factory_set_clock - gst_rtsp_media_factory_set_eos_shutdown - gst_rtsp_media_factory_set_latency - gst_rtsp_media_factory_set_launch - gst_rtsp_media_factory_set_media_gtype - gst_rtsp_media_factory_set_multicast_iface - gst_rtsp_media_factory_set_permissions - gst_rtsp_media_factory_set_profiles - gst_rtsp_media_factory_set_protocols - gst_rtsp_media_factory_set_publish_clock_mode - gst_rtsp_media_factory_set_retransmission_time - gst_rtsp_media_factory_set_shared - gst_rtsp_media_factory_set_stop_on_disconnect - gst_rtsp_media_factory_set_suspend_mode - gst_rtsp_media_factory_set_transport_mode - gst_rtsp_media_factory_uri_get_type - gst_rtsp_media_factory_uri_get_uri - gst_rtsp_media_factory_uri_new - gst_rtsp_media_factory_uri_set_uri - gst_rtsp_media_find_stream - gst_rtsp_media_get_address_pool - gst_rtsp_media_get_base_time - gst_rtsp_media_get_buffer_size - gst_rtsp_media_get_clock - gst_rtsp_media_get_element - gst_rtsp_media_get_latency - gst_rtsp_media_get_multicast_iface - gst_rtsp_media_get_permissions - gst_rtsp_media_get_profiles - gst_rtsp_media_get_protocols - gst_rtsp_media_get_publish_clock_mode - gst_rtsp_media_get_range_string - gst_rtsp_media_get_retransmission_time - gst_rtsp_media_get_status - gst_rtsp_media_get_stream - gst_rtsp_media_get_suspend_mode - gst_rtsp_media_get_time_provider - gst_rtsp_media_get_transport_mode - gst_rtsp_media_get_type - gst_rtsp_media_handle_sdp - gst_rtsp_media_is_eos_shutdown - gst_rtsp_media_is_reusable - gst_rtsp_media_is_shared - gst_rtsp_media_is_stop_on_disconnect - gst_rtsp_media_is_time_provider - gst_rtsp_media_n_streams - gst_rtsp_media_new - gst_rtsp_media_prepare - gst_rtsp_media_seek - gst_rtsp_media_seek_full - gst_rtsp_media_seekable - gst_rtsp_media_set_address_pool - gst_rtsp_media_set_buffer_size - gst_rtsp_media_set_clock - gst_rtsp_media_set_eos_shutdown - gst_rtsp_media_set_latency - gst_rtsp_media_set_multicast_iface - gst_rtsp_media_set_permissions - gst_rtsp_media_set_pipeline_state - gst_rtsp_media_set_profiles - gst_rtsp_media_set_protocols - gst_rtsp_media_set_publish_clock_mode - gst_rtsp_media_set_retransmission_time - gst_rtsp_media_set_reusable - gst_rtsp_media_set_shared - gst_rtsp_media_set_state - gst_rtsp_media_set_stop_on_disconnect - gst_rtsp_media_set_suspend_mode - gst_rtsp_media_set_transport_mode - gst_rtsp_media_setup_sdp - gst_rtsp_media_suspend - gst_rtsp_media_take_pipeline - gst_rtsp_media_unprepare - gst_rtsp_media_unsuspend - gst_rtsp_media_use_time_provider - gst_rtsp_mount_points_add_factory - gst_rtsp_mount_points_get_type - gst_rtsp_mount_points_make_path - gst_rtsp_mount_points_match - gst_rtsp_mount_points_new - gst_rtsp_mount_points_remove_factory - gst_rtsp_params_get - gst_rtsp_params_set - gst_rtsp_permissions_add_role - gst_rtsp_permissions_add_role_valist - gst_rtsp_permissions_get_role - gst_rtsp_permissions_get_type - gst_rtsp_permissions_is_allowed - gst_rtsp_permissions_new - gst_rtsp_permissions_remove_role - gst_rtsp_publish_clock_mode_get_type - gst_rtsp_sdp_from_media - gst_rtsp_sdp_from_stream - gst_rtsp_server_attach - gst_rtsp_server_client_filter - gst_rtsp_server_create_socket - gst_rtsp_server_create_source - gst_rtsp_server_get_address - gst_rtsp_server_get_auth - gst_rtsp_server_get_backlog - gst_rtsp_server_get_bound_port - gst_rtsp_server_get_mount_points - gst_rtsp_server_get_service - gst_rtsp_server_get_session_pool - gst_rtsp_server_get_thread_pool - gst_rtsp_server_get_type - gst_rtsp_server_io_func - gst_rtsp_server_new - gst_rtsp_server_set_address - gst_rtsp_server_set_auth - gst_rtsp_server_set_backlog - gst_rtsp_server_set_mount_points - gst_rtsp_server_set_service - gst_rtsp_server_set_session_pool - gst_rtsp_server_set_thread_pool - gst_rtsp_server_transfer_connection - gst_rtsp_session_allow_expire - gst_rtsp_session_filter - gst_rtsp_session_get_header - gst_rtsp_session_get_media - gst_rtsp_session_get_sessionid - gst_rtsp_session_get_timeout - gst_rtsp_session_get_type - gst_rtsp_session_is_expired - gst_rtsp_session_is_expired_usec - gst_rtsp_session_manage_media - gst_rtsp_session_media_alloc_channels - gst_rtsp_session_media_get_base_time - gst_rtsp_session_media_get_media - gst_rtsp_session_media_get_rtpinfo - gst_rtsp_session_media_get_rtsp_state - gst_rtsp_session_media_get_transport - gst_rtsp_session_media_get_transports - gst_rtsp_session_media_get_type - gst_rtsp_session_media_matches - gst_rtsp_session_media_new - gst_rtsp_session_media_set_rtsp_state - gst_rtsp_session_media_set_state - gst_rtsp_session_media_set_transport - gst_rtsp_session_new - gst_rtsp_session_next_timeout - gst_rtsp_session_next_timeout_usec - gst_rtsp_session_pool_cleanup - gst_rtsp_session_pool_create - gst_rtsp_session_pool_create_watch - gst_rtsp_session_pool_filter - gst_rtsp_session_pool_find - gst_rtsp_session_pool_get_max_sessions - gst_rtsp_session_pool_get_n_sessions - gst_rtsp_session_pool_get_type - gst_rtsp_session_pool_new - gst_rtsp_session_pool_remove - gst_rtsp_session_pool_set_max_sessions - gst_rtsp_session_prevent_expire - gst_rtsp_session_release_media - gst_rtsp_session_set_timeout - gst_rtsp_session_touch - gst_rtsp_stream_add_transport - gst_rtsp_stream_allocate_udp_sockets - gst_rtsp_stream_complete_stream - gst_rtsp_stream_get_address_pool - gst_rtsp_stream_get_buffer_size - gst_rtsp_stream_get_caps - gst_rtsp_stream_get_control - gst_rtsp_stream_get_current_seqnum - gst_rtsp_stream_get_dscp_qos - gst_rtsp_stream_get_index - gst_rtsp_stream_get_joined_bin - gst_rtsp_stream_get_mtu - gst_rtsp_stream_get_multicast_address - gst_rtsp_stream_get_multicast_iface - gst_rtsp_stream_get_profiles - gst_rtsp_stream_get_protocols - gst_rtsp_stream_get_pt - gst_rtsp_stream_get_publish_clock_mode - gst_rtsp_stream_get_retransmission_pt - gst_rtsp_stream_get_retransmission_time - gst_rtsp_stream_get_rtcp_multicast_socket - gst_rtsp_stream_get_rtcp_socket - gst_rtsp_stream_get_rtp_multicast_socket - gst_rtsp_stream_get_rtp_socket - gst_rtsp_stream_get_rtpinfo - gst_rtsp_stream_get_rtpsession - gst_rtsp_stream_get_server_port - gst_rtsp_stream_get_sinkpad - gst_rtsp_stream_get_srcpad - gst_rtsp_stream_get_srtp_encoder - gst_rtsp_stream_get_ssrc - gst_rtsp_stream_get_type - gst_rtsp_stream_has_control - gst_rtsp_stream_is_blocking - gst_rtsp_stream_is_client_side - gst_rtsp_stream_is_complete - gst_rtsp_stream_is_transport_supported - gst_rtsp_stream_join_bin - gst_rtsp_stream_leave_bin - gst_rtsp_stream_new - gst_rtsp_stream_query_position - gst_rtsp_stream_query_stop - gst_rtsp_stream_recv_rtcp - gst_rtsp_stream_recv_rtp - gst_rtsp_stream_remove_transport - gst_rtsp_stream_request_aux_sender - gst_rtsp_stream_reserve_address - gst_rtsp_stream_seekable - gst_rtsp_stream_set_address_pool - gst_rtsp_stream_set_blocked - gst_rtsp_stream_set_buffer_size - gst_rtsp_stream_set_client_side - gst_rtsp_stream_set_control - gst_rtsp_stream_set_dscp_qos - gst_rtsp_stream_set_mtu - gst_rtsp_stream_set_multicast_iface - gst_rtsp_stream_set_profiles - gst_rtsp_stream_set_protocols - gst_rtsp_stream_set_pt_map - gst_rtsp_stream_set_publish_clock_mode - gst_rtsp_stream_set_retransmission_pt - gst_rtsp_stream_set_retransmission_time - gst_rtsp_stream_set_seqnum_offset - gst_rtsp_stream_transport_filter - gst_rtsp_stream_transport_get_rtpinfo - gst_rtsp_stream_transport_get_stream - gst_rtsp_stream_transport_get_transport - gst_rtsp_stream_transport_get_type - gst_rtsp_stream_transport_get_url - gst_rtsp_stream_transport_is_timed_out - gst_rtsp_stream_transport_keep_alive - gst_rtsp_stream_transport_new - gst_rtsp_stream_transport_recv_data - gst_rtsp_stream_transport_send_rtcp - gst_rtsp_stream_transport_send_rtp - gst_rtsp_stream_transport_set_active - gst_rtsp_stream_transport_set_callbacks - gst_rtsp_stream_transport_set_keepalive - gst_rtsp_stream_transport_set_timed_out - gst_rtsp_stream_transport_set_transport - gst_rtsp_stream_transport_set_url - gst_rtsp_stream_unblock_linked - gst_rtsp_stream_update_crypto - gst_rtsp_suspend_mode_get_type - gst_rtsp_thread_get_type - gst_rtsp_thread_new - gst_rtsp_thread_pool_cleanup - gst_rtsp_thread_pool_get_max_threads - gst_rtsp_thread_pool_get_thread - gst_rtsp_thread_pool_get_type - gst_rtsp_thread_pool_new - gst_rtsp_thread_pool_set_max_threads - gst_rtsp_thread_reuse - gst_rtsp_thread_stop - gst_rtsp_token_get_string - gst_rtsp_token_get_structure - gst_rtsp_token_get_type - gst_rtsp_token_is_allowed - gst_rtsp_token_new - gst_rtsp_token_new_empty - gst_rtsp_token_new_valist - gst_rtsp_token_writable_structure - gst_rtsp_transport_mode_get_type |