gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/server/vm Makefile.am


From: Dossy Shiobara
Subject: [Gnash-commit] gnash/server/vm Makefile.am
Date: Sat, 22 Mar 2008 02:26:54 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Dossy Shiobara <dossy>  08/03/22 02:26:53

Modified files:
        server/vm      : Makefile.am 

Log message:
        If building with ffmpeg, we need FFMPEG_CFLAGS.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/server/vm/Makefile.am?cvsroot=gnash&r1=1.19&r2=1.20

Patches:
Index: Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/server/vm/Makefile.am,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -b -r1.19 -r1.20
--- Makefile.am 5 Mar 2008 03:56:04 -0000       1.19
+++ Makefile.am 22 Mar 2008 02:26:53 -0000      1.20
@@ -36,6 +36,7 @@
        $(DMALLOC_CFLAGS) \
        $(BOOST_CFLAGS) \
        $(LIBXML_CFLAGS) \
+       $(FFMPEG_CFLAGS) \
        $(NULL)
 
 libgnashvm_la_SOURCES = \
@@ -63,6 +64,10 @@
 libgnashvm_la_LIBADD = \
        $(top_builddir)/libbase/libgnashbase.la 
 
+if USE_FFMPEG_ENGINE
+       libgnashvm_la_CPPFLAGS += $(FFMPEG_CFLAGS)
+endif
+
 libgnashvm_la_LDFLAGS = -export-dynamic # -release $(VERSION) -no-undefined 
 
 # Rebuild with GCC 4.x Mudflap support




reply via email to

[Prev in Thread] Current Thread [Next in Thread]