# *
# *  XMMP - LinuX MultiMedia Project ( www.frozenproductions.com )
# *  Copyright (c) 1999 - 2002 Arthur Kleer <kleer@frozenproductions.com>
# *

TOPDIR = ../../../..

include $(TOPDIR)/Makefile.conf

SUBDIRS = ac3 ccitt ieee lame mad #mpg123 null pcm

ifeq ($(CONFIG_CODEC_GSM),yes)
SUBDIRS += w49gsm
endif

ifeq ($(CONFIG_USE_WINE),yes)
SUBDIRS += wma
endif

all:	subs

clean:	cleanlib

install: installsubs

include $(TOPDIR)/Makefile.make
