1.1 --- a/Makefile Wed Feb 04 19:34:25 2009 +0800
1.2 +++ b/Makefile Thu Feb 12 20:47:23 2009 +0800
1.3 @@ -1,7 +1,7 @@
1.4 #
1.5 # MP3/MPlayer plugin to VDR
1.6 #
1.7 -# (C) 2001-2008 Stefan Huelswitt <s.huelswitt@gmx.de>
1.8 +# (C) 2001-2009 Stefan Huelswitt <s.huelswitt@gmx.de>
1.9 #
1.10 # This code is free software; you can redistribute it and/or
1.11 # modify it under the terms of the GNU General Public License
1.12 @@ -108,7 +108,7 @@
1.13 OBJS = $(PLUGIN).o $(COM_OBJS)\
1.14 data-mp3.o setup-mp3.o player-mp3.o stream.o network.o\
1.15 decoder.o decoder-mp3.o decoder-mp3-stream.o decoder-snd.o \
1.16 - decoder-ogg.o
1.17 + decoder-ogg.o compat.o
1.18 LIBS = -lmad -lid3tag
1.19
1.20 ifndef WITHOUT_LIBSNDFILE