gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog configure.ac utilities/Makefile.am [gnash


From: Russ Nelson
Subject: [Gnash-commit] gnash ChangeLog configure.ac utilities/Makefile.am [gnash_0_8_3_branch]
Date: Wed, 11 Jun 2008 20:08:03 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Branch:         gnash_0_8_3_branch
Changes by:     Russ Nelson <nelsonrn>  08/06/11 20:08:02

Modified files:
        .              : ChangeLog configure.ac 
        utilities      : Makefile.am 

Log message:
        * configure.ac: note that OpenSUSE's libffmpeg-api should not
          be used.
        * utilities/Makefile.am: add full AM_LDFLAGS to gprocessor, otherwise
          only using the LDFLAGS explicitly put in overridden _LDFLAGS
          automake variable (at least on some systems, reported on bug
          #21536).

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&only_with_tag=gnash_0_8_3_branch&r1=1.6573.2.51&r2=1.6573.2.52
http://cvs.savannah.gnu.org/viewcvs/gnash/configure.ac?cvsroot=gnash&only_with_tag=gnash_0_8_3_branch&r1=1.529.2.7&r2=1.529.2.8
http://cvs.savannah.gnu.org/viewcvs/gnash/utilities/Makefile.am?cvsroot=gnash&only_with_tag=gnash_0_8_3_branch&r1=1.67.2.1&r2=1.67.2.2

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.6573.2.51
retrieving revision 1.6573.2.52
diff -u -b -r1.6573.2.51 -r1.6573.2.52
--- ChangeLog   9 Jun 2008 20:27:53 -0000       1.6573.2.51
+++ ChangeLog   11 Jun 2008 20:08:01 -0000      1.6573.2.52
@@ -1,5 +1,17 @@
 2008-06-09 Russ Nelson <address@hidden>
 
+       * configure.ac: note that OpenSUSE's libffmpeg-api should not
+         be used.
+
+2008-06-11 Sandro Santilli <address@hidden>
+
+       * utilities/Makefile.am: add full AM_LDFLAGS to gprocessor, otherwise
+         only using the LDFLAGS explicitly put in overridden _LDFLAGS
+         automake variable (at least on some systems, reported on bug
+         #21536).
+
+2008-06-09 Russ Nelson <address@hidden>
+
        * Tag and release -rc3
        * libbase/gnashpluginrc.in: We need more infrastructure before
          we can ship startstopped on.  In particular, we need to identify      

Index: configure.ac
===================================================================
RCS file: /sources/gnash/gnash/configure.ac,v
retrieving revision 1.529.2.7
retrieving revision 1.529.2.8
diff -u -b -r1.529.2.7 -r1.529.2.8
--- configure.ac        9 Jun 2008 20:27:54 -0000       1.529.2.7
+++ configure.ac        11 Jun 2008 20:08:02 -0000      1.529.2.8
@@ -2537,7 +2537,7 @@
           echo "        ERROR: FFMPEG's libavcodec header is installed but not 
libavformat." >&3
           echo "               You can install FFMPEG from 
http://ffmpeg.mplayerhq.hu"; >&3
           echo "               or .deb users: apt-get install libavformat-dev" 
>&3
-          echo "               or YaST users: yast -i libavformat-api (but 
currently installs into /usr/lib64)" >&3
+          echo "               or OpenSUSE users: (don't use libavformat-api 
-- compile from source)" >&3
           echo "               or explicitly set the path using 
--with-ffmpeg-incl=" >&5
           echo "               or reconfigure with --enable-media=gst" >&3
        else

Index: utilities/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/utilities/Makefile.am,v
retrieving revision 1.67.2.1
retrieving revision 1.67.2.2
diff -u -b -r1.67.2.1 -r1.67.2.2
--- utilities/Makefile.am       21 May 2008 06:49:58 -0000      1.67.2.1
+++ utilities/Makefile.am       11 Jun 2008 20:08:02 -0000      1.67.2.2
@@ -91,7 +91,7 @@
 gprocessor_SOURCES = processor.cpp
 gprocessor_CPPFLAGS = $(AM_CPPFLAGS)
 # export our symbols so they can be used by Gnash plugins
-gprocessor_LDFLAGS = -export-dynamic $(LIBLTDL)
+gprocessor_LDFLAGS = -export-dynamic $(AM_LDFLAGS)
 gprocessor_LDADD = $(GNASH_LIBS) 
 #gprocessor_DEPENDENCIES = 
 




reply via email to

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