Removed reference to non existant AVI plugin
This commit is contained in:
@@ -16,8 +16,6 @@ FREETYPE_INSTALLED ?= yes
|
||||
|
||||
XINE_INSTALLED ?= no
|
||||
|
||||
AVIFILE_INSTALLED ?= no
|
||||
|
||||
ifeq ($(OS),Darwin)
|
||||
DARWIN_QUICKTIME ?= yes
|
||||
endif
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user