Removed mpeg plugin from CVS, now moved to the Community section of
openscenegraph.org as a seperate project.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user