[GRASS-SVN] r35352 - grass/branches/releasebranch_6_4/lib/ogsf

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Jan 12 02:46:40 EST 2009


Author: neteler
Date: 2009-01-12 02:46:40 -0500 (Mon, 12 Jan 2009)
New Revision: 35352

Modified:
   grass/branches/releasebranch_6_4/lib/ogsf/gsd_img_mpeg.c
Log:
fix

Modified: grass/branches/releasebranch_6_4/lib/ogsf/gsd_img_mpeg.c
===================================================================
--- grass/branches/releasebranch_6_4/lib/ogsf/gsd_img_mpeg.c	2009-01-12 07:46:11 UTC (rev 35351)
+++ grass/branches/releasebranch_6_4/lib/ogsf/gsd_img_mpeg.c	2009-01-12 07:46:40 UTC (rev 35352)
@@ -436,7 +436,7 @@
 
     if (!(fmt->flags & AVFMT_NOFILE)) {
 	/* close the output file */
-#ifdef (LIBAVFORMAT_VERSION_INT>>16) < 52
+#if (LIBAVFORMAT_VERSION_INT>>16) < 52
 	url_fclose(&oc->pb);
 #else
 	url_fclose(oc->pb);



More information about the grass-commit mailing list