Removed reference to non existant AVI plugin

This commit is contained in:
Robert Osfield
2005-06-14 09:12:45 +00:00
parent 4fb9039d0c
commit 0fa26ae9c4
2 changed files with 0 additions and 6 deletions

View File

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

View File

@@ -130,10 +130,6 @@ ifeq ($(LIBPNG_INSTALLED),yes)
PLUGIN_DIRS += png
endif
ifeq ($(AVIFILE_INSTALLED),yes)
PLUGIN_DIRS += avi
endif
ifeq ($(COIN_INSTALLED),yes)
PLUGIN_DIRS += Inventor
else