Commit 86b9f5b2 authored by Felix Paul Kühne's avatar Felix Paul Kühne

auhal: packet.c is no longer needed

parent cebc33a6
SOURCES_waveout = waveout.c windows_audio_common.h
SOURCES_auhal = TPCircularBuffer.h TPCircularBuffer.c auhal.c packet.c
SOURCES_auhal = TPCircularBuffer.h TPCircularBuffer.c auhal.c
SOURCES_audioqueue = audioqueue.c
libopensles_android_plugin_la_SOURCES = opensles_android.c
......
......@@ -69,7 +69,6 @@
*****************************************************************************/
struct aout_sys_t
{
aout_packet_t packet;
AudioObjectID i_default_dev; /* DeviceID of defaultOutputDevice */
AudioObjectID i_selected_dev; /* DeviceID of the selected device */
bool b_selected_dev_is_digital;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment