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

TOPDIR = ../../..

include $(TOPDIR)/Makefile.conf

SUBDIRS = mjpeg rgb

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

all:	subs

clean:	cleanlib

install: installsubs

include $(TOPDIR)/Makefile.make
