Removed mpeg plugin from CVS, now moved to the Community section of

openscenegraph.org as a seperate project.
This commit is contained in:
Robert Osfield
2005-04-18 09:17:56 +00:00
parent 3953190dfe
commit 0a995f8093
6 changed files with 0 additions and 528 deletions

View File

@@ -29,7 +29,6 @@ ifeq ($(DARWIN_QUICKTIME),yes)
LIBUNGIF_INSTALLED ?= no
LIBTIFF_INSTALLED ?= no
LIBPNG_INSTALLED ?= no
LIBMPEG3_INSTALLED ?= no
else
@@ -38,7 +37,6 @@ else
LIBUNGIF_INSTALLED ?= yes
LIBTIFF_INSTALLED ?= yes
LIBPNG_INSTALLED ?= yes
LIBMPEG3_INSTALLED ?= no
endif

View File

@@ -121,10 +121,6 @@ ifeq ($(LIBPNG_INSTALLED),yes)
PLUGIN_DIRS += png
endif
ifeq ($(LIBMPEG3_INSTALLED),yes)
PLUGIN_DIRS += mpeg
endif
ifeq ($(AVIFILE_INSTALLED),yes)
PLUGIN_DIRS += avi
endif