comparison Makefile @ 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 a354578a41c6
comparison
equal deleted inserted replaced
12:2184f64b5b33 13:c859c22c1af5
72 shader.o vector.o midifile.o \ 72 shader.o vector.o midifile.o \
73 midiutil.o main.o 73 midiutil.o main.o
74 74
75 LIBOGGPLAYER_OBJS= \ 75 LIBOGGPLAYER_OBJS= \
76 oggplayer.o open_close.o play.o \ 76 oggplayer.o open_close.o play.o \
77 SDL_audiocvt.o util.o 77 util.o
78 78
79 79
80 ### 80 ###
81 ### Main targets 81 ### Main targets
82 ### 82 ###