[GRASS-dev] [bug #5453] (grass) lib/ogsf/Makefile should use $(FFMPEGLIBPATH)

Request Tracker grass-bugs at intevation.de
Thu Jan 25 12:35:13 EST 2007


this bug's URL: http://intevation.de/rt/webrt?serial_num=5453
-------------------------------------------------------------------------

Subject: lib/ogsf/Makefile should use $(FFMPEGLIBPATH)

Platform: Mac OSX
grass obtained from: CVS
grass binary for platform: Compiled from Sources
GRASS Version: grass6 CVS checked out 2007/01/25

The Makefile for lib/ogsf does not use $(FFMPEGLIBPATH).  If you have ffmpeg libraries in an odd place, lib/ogsf will not compile. 

Here's a patch (using cvs diff -u lib/ogsf/Makefile):

Index: lib/ogsf/Makefile
===================================================================
RCS file: /home/grass/grassrepository/grass6/lib/ogsf/Makefile,v
retrieving revision 1.25
diff -u -r1.25 Makefile
--- lib/ogsf/Makefile   18 Jun 2006 22:05:12 -0000      1.25
+++ lib/ogsf/Makefile   25 Jan 2007 17:31:03 -0000
@@ -1,6 +1,6 @@
 MODULE_TOPDIR = ../..

-EXTRA_LIBS=$(GISLIB) $(BITMAPLIB) $(VECTLIB) $(XLIBPATH) $(OPENGLLIB) $(OPENGLULIB) $(TIFFLIBPATH) $(TIFFLIB) $(FFMPEGLIB) $(SITESLIB) $(G3DLIB)
+EXTRA_LIBS=$(GISLIB) $(BITMAPLIB) $(VECTLIB) $(XLIBPATH) $(OPENGLLIB) $(OPENGLULIB) $(TIFFLIBPATH) $(TIFFLIB) $(FFMPEGLIBPATH) $(FFMPEGLIB) $(SITESLIB) $(G3DLIB)

 LIB_NAME = $(OGSF_LIBNAME)

Bill Perkins


-------------------------------------------- Managed by Request Tracker




More information about the grass-dev mailing list