SOURCES: grass-ffmpeg.patch (NEW) - fix build with current ffmpeg

qboosh qboosh at pld-linux.org
Sat Aug 4 22:51:20 CEST 2007


Author: qboosh                       Date: Sat Aug  4 20:51:20 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix build with current ffmpeg

---- Files affected:
SOURCES:
   grass-ffmpeg.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/grass-ffmpeg.patch
diff -u /dev/null SOURCES/grass-ffmpeg.patch:1.1
--- /dev/null	Sat Aug  4 22:51:20 2007
+++ SOURCES/grass-ffmpeg.patch	Sat Aug  4 22:51:15 2007
@@ -0,0 +1,14 @@
+--- grass-6.2.2/lib/ogsf/gsd_img_ppm.c.orig	2006-06-19 00:05:12.000000000 +0200
++++ grass-6.2.2/lib/ogsf/gsd_img_ppm.c	2007-08-04 21:01:13.806380402 +0200
+@@ -119,10 +119,8 @@
+ 
+         avcodec_init();
+ 
+-        register_avcodec(&mpeg1video_encoder); /* just mpeg1 */
+-	/* -- use with othe formats ...
++        /* register_avcodec(&mpeg1video_encoder); * just mpeg1 */
+ 	avcodec_register_all();
+-	*/
+ 
+         /* find the mpeg1 video encoder */
+         codec = avcodec_find_encoder(CODEC_ID_MPEG1VIDEO);
================================================================


More information about the pld-cvs-commit mailing list