changeset 13:c859c22c1af5

Remove audio support from liboggplayer
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 05 Aug 2013 16:47:07 +0300
parents 2184f64b5b33
children 083c73ceb716
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Mon Aug 05 16:46:54 2013 +0300
+++ b/Makefile	Mon Aug 05 16:47:07 2013 +0300
@@ -74,7 +74,7 @@
 
 LIBOGGPLAYER_OBJS= \
 	oggplayer.o open_close.o play.o \
-	SDL_audiocvt.o util.o
+	util.o
 	
 
 ###