Cleaned up osgmovie example so it no longer depends upon LibMpeg3, just

using readImageFile instead.
This commit is contained in:
Robert Osfield
2004-03-12 20:23:55 +00:00
parent f929455f30
commit de9af5d6bd
6 changed files with 43 additions and 535 deletions

View File

@@ -153,6 +153,7 @@ EXAMPLE_DIRS = \
osglight\
osglightpoint\
osglogo\
osgmovie\
osgmultitexture\
osgoccluder\
osgpagedlod\
@@ -194,10 +195,6 @@ ifeq ($(GDAL_INSTALLED),yes)
EXAMPLE_DIRS += osgbluemarble
endif
ifeq ($(LIBMPEG3_INSTALLED),yes)
EXAMPLE_DIRS += osgmovie
endif
ifeq ($(DEMETER_INSTALLED),yes)
EXAMPLE_DIRS += osgdemeter
endif