Files
OpenSceneGraph/src/osgPlugins/mpeg/GNUmakefile
Robert Osfield d8457a43e5 Added MPEG plugin
2004-03-09 15:00:52 +00:00

17 lines
361 B
Makefile

TOPDIR = ../../..
include $(TOPDIR)/Make/makedefs
CXXFILES =\
MpegImageStream.cpp\
ReaderWriterMPEG.cpp\
MPEG_LIBS = -lmpeg3 -lpthread
LIBS += $(OSG_LIBS) $(MPEG_LIBS) $(OTHER_LIBS)
TARGET_BASENAME = mpeg
include $(TOPDIR)/Make/cygwin_plugin_def
PLUGIN = $(PLUGIN_PREFIX)$(TARGET_BASENAME).$(PLUGIN_EXT)
include $(TOPDIR)/Make/makerules