Thu, Jan 25 2007
18:35:13
|
|
Request created by guest
|
|
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
|
|
Thu, Jan 25 2007
18:40:11
|
|
Mail sent by msieczka
|
|
Hi Hamish,
Something of an interest for you maybe? Please read below.
Maciek
guest wrote (Thu, Jan 25 2007 18:35:13):
> 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
|
|
Fri, Feb 9 2007
09:17:26
|
|
Owner changed to hbowman by mneteler
|
|
Fri, Feb 9 2007
09:18:00
|
|
Mail sent by mneteler
|
|
Hi Hamish,
I assume that you most insights here:
https://intevation.de/rt/webrt?serial_num=5453
thanks,
Markus |
|
Wed, Feb 21 2007
00:16:19
|
|
Comments added by hbowman
|
|
I will have to wait to work on this until Debian/Etch is released & I upgrade
to that. Unofficial deb packages for FFMPEG are no longer fully supported for
Debian/Sarge and I currently can't test.
In the mean time someone else is free to work on it.
Hamish
|
|
Sun, Mar 11 2007
14:20:18
|
|
Status changed to resolved by gclements
|
|