mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
audio: Remove unused, generated marshallers
This commit is contained in:
parent
ce4f2c462c
commit
462c4cc3d8
3 changed files with 2 additions and 8 deletions
|
@ -10,15 +10,13 @@ glib_enum_define = GST_AUDIO
|
|||
glib_gen_prefix = gst_audio
|
||||
glib_gen_basename = audio
|
||||
|
||||
built_sources = audio-enumtypes.c audio-marshal.c
|
||||
built_headers = audio-enumtypes.h audio-marshal.h
|
||||
built_sources = audio-enumtypes.c
|
||||
built_headers = audio-enumtypes.h
|
||||
BUILT_SOURCES = $(built_sources) $(built_headers)
|
||||
|
||||
lib_LTLIBRARIES = \
|
||||
libgstaudio-@GST_API_VERSION@.la
|
||||
|
||||
EXTRA_DIST = audio-marshal.list
|
||||
|
||||
CLEANFILES = $(BUILT_SOURCES)
|
||||
|
||||
libgstaudio_@GST_API_VERSION@_la_SOURCES = \
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
VOID:OBJECT,ULONG
|
||||
VOID:OBJECT,INT
|
|
@ -116,8 +116,6 @@ EXPORTS
|
|||
gst_audio_info_set_format
|
||||
gst_audio_info_to_caps
|
||||
gst_audio_layout_get_type
|
||||
gst_audio_marshal_VOID__OBJECT_INT
|
||||
gst_audio_marshal_VOID__OBJECT_ULONG
|
||||
gst_audio_pack_flags_get_type
|
||||
gst_audio_reorder_channels
|
||||
gst_audio_ring_buffer_acquire
|
||||
|
|
Loading…
Reference in a new issue