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

TOPDIR = ../..

include $(TOPDIR)/Makefile.conf

SUBDIRS = ac3 lame mpg123 pcm rgb

ifeq ($(CONFIG_CODEC_DIVX),yes)
SUBDIRS += divx
endif
ifeq ($(CONFIG_CODEC_DIVX),OpenDivX)
SUBDIRS += opendivx
endif

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

ifeq ($(CONFIG_USE_WINE),yes)
SUBDIRS += wacm wvfw
endif

all:	subs

clean:	cleanlib

install: installsubs

include $(TOPDIR)/Makefile.make
