gegl r2718 - in trunk: . operations/external



Author: neo
Date: Mon Nov 10 12:05:41 2008
New Revision: 2718
URL: http://svn.gnome.org/viewvc/gegl?rev=2718&view=rev

Log:
2008-11-10  Sven Neumann  <sven gimp org>

	* operations/external/ff-load.c: fix include path for 
avformat.h.
	The pkg-config file will pull in the proper include path for us.



Modified:
   trunk/ChangeLog
   trunk/operations/external/ff-load.c

Modified: trunk/operations/external/ff-load.c
==============================================================================
--- trunk/operations/external/ff-load.c	(original)
+++ trunk/operations/external/ff-load.c	Mon Nov 10 12:05:41 2008
@@ -32,7 +32,7 @@
 
 #include "gegl-chant.h"
 #include <errno.h>
-#include <ffmpeg/avformat.h>
+#include <avformat.h>
 
 typedef struct
 {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]