Added reference to avifile based plugin.

This commit is contained in:
Robert Osfield
2005-02-25 11:26:28 +00:00
parent 96514b5077
commit 82d8bcd2af
2 changed files with 5 additions and 0 deletions

View File

@@ -8,6 +8,8 @@ FREETYPE_INSTALLED ?= yes
XINE_INSTALLED ?= no
AVIFILE_INSTALLED ?= no
ifeq ($(OS),Darwin)
DARWIN_QUICKTIME ?= yes
endif

View File

@@ -113,6 +113,9 @@ ifeq ($(LIBMPEG3_INSTALLED),yes)
PLUGIN_DIRS += mpeg
endif
ifeq ($(AVIFILE_INSTALLED),yes)
PLUGIN_DIRS += avi
endif
ifeq ($(COIN_INSTALLED),yes)
PLUGIN_DIRS += Inventor