Skip to content

Commit

Permalink
Backed out changeset e3fcdad257fc - testaudiocapture.c already does w…
Browse files Browse the repository at this point in the history
…hat we want
  • Loading branch information
slouken committed Mar 16, 2017
1 parent 570e286 commit 60ba855
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 171 deletions.
4 changes: 0 additions & 4 deletions test/Makefile.in
Expand Up @@ -9,7 +9,6 @@ LIBS = @LIBS@

TARGETS = \
checkkeys$(EXE) \
loopbackaudio$(EXE) \
loopwave$(EXE) \
loopwavequeue$(EXE) \
testatomic$(EXE) \
Expand Down Expand Up @@ -76,9 +75,6 @@ Makefile: $(srcdir)/Makefile.in
checkkeys$(EXE): $(srcdir)/checkkeys.c
$(CC) -o $@ $^ $(CFLAGS) $(LIBS)

loopbackaudio$(EXE): $(srcdir)/loopbackaudio.c
$(CC) -o $@ $^ $(CFLAGS) $(LIBS)

loopwave$(EXE): $(srcdir)/loopwave.c
$(CC) -o $@ $^ $(CFLAGS) $(LIBS)

Expand Down
1 change: 0 additions & 1 deletion test/README
Expand Up @@ -2,7 +2,6 @@
These are test programs for the SDL library:

checkkeys Watch the key events to check the keyboard
loopbackaudio Audio test -- record from the microphone and play it back immediately
loopwave Audio test -- loop playing a WAV file
loopwavequeue Audio test -- loop playing a WAV file with SDL_QueueAudio
testaudioinfo Lists audio device capabilities
Expand Down
166 changes: 0 additions & 166 deletions test/loopbackaudio.c

This file was deleted.

0 comments on commit 60ba855

Please sign in to comment.