Skip to content

Commit

Permalink
VERY flaky with metadata, metadata thread and queue hooked up but not…
Browse files Browse the repository at this point in the history
… really house-trained or even fully debugged.
  • Loading branch information
mikebrady committed Mar 5, 2015
1 parent 9f2c54e commit 2019319
Show file tree
Hide file tree
Showing 6 changed files with 226 additions and 389 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
SUBDIRS = man

bin_PROGRAMS = shairport-sync
shairport_sync_SOURCES = shairport.c metadata.c rtsp.c mdns.c mdns_external.c common.c rtp.c player.c alac.c audio.c audio_dummy.c audio_pipe.c
shairport_sync_SOURCES = shairport.c rtsp.c mdns.c mdns_external.c common.c rtp.c player.c alac.c audio.c audio_dummy.c audio_pipe.c

AM_CFLAGS = -Wno-multichar

Expand Down
334 changes: 0 additions & 334 deletions metadata.c

This file was deleted.

25 changes: 0 additions & 25 deletions metadata.h

This file was deleted.

1 change: 0 additions & 1 deletion player.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#define _PLAYER_H

#include "audio.h"
#include "metadata.h"

typedef struct {
uint8_t aesiv[16], aeskey[16];
Expand Down
Loading

0 comments on commit 2019319

Please sign in to comment.