gegl r3055 - in trunk: . operations/workshop/external
- From: kcozens svn gnome org
- To: svn-commits-list gnome org
- Subject: gegl r3055 - in trunk: . operations/workshop/external
- Date: Wed, 15 Apr 2009 18:51:30 +0000 (UTC)
Author: kcozens
Date: Wed Apr 15 18:51:30 2009
New Revision: 3055
URL: http://svn.gnome.org/viewvc/gegl?rev=3055&view=rev
Log:
* operations/workshop/external/Makefile.am: Added AM_CFLAGS to list
of CFLAGS for the ff-save op. Fixes build when workshop is enabled.
Modified:
trunk/ChangeLog
trunk/operations/workshop/external/Makefile.am
Modified: trunk/operations/workshop/external/Makefile.am
==============================================================================
--- trunk/operations/workshop/external/Makefile.am (original)
+++ trunk/operations/workshop/external/Makefile.am Wed Apr 15 18:51:30 2009
@@ -22,7 +22,7 @@
ops += ff_save.la
ff_save_la_SOURCES = ff-save.c
ff_save_la_LIBADD = $(op_libs) $(AVFORMAT_LIBS)
-ff_save_la_CFLAGS = $(AVFORMAT_CFLAGS)
+ff_save_la_CFLAGS = $(AM_CFLAGS) $(AVFORMAT_CFLAGS)
endif
if HAVE_LUA
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]