]> git.pld-linux.org Git - packages/grass.git/commitdiff
- fix build with current ffmpeg
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 4 Aug 2007 20:51:15 +0000 (20:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    grass-ffmpeg.patch -> 1.1

grass-ffmpeg.patch [new file with mode: 0644]

diff --git a/grass-ffmpeg.patch b/grass-ffmpeg.patch
new file mode 100644 (file)
index 0000000..eca0524
--- /dev/null
@@ -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);
This page took 0.145455 seconds and 4 git commands to generate.