gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-


From: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-1603-g9c3c256
Date: Wed, 13 Feb 2013 21:22:49 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnash".

The branch, master has been updated
       via  9c3c2569a1162f4227057f708699694c9a7fb32e (commit)
      from  28385885677c95e0bec54adad4c94190180b2b3d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=9c3c2569a1162f4227057f708699694c9a7fb32e


commit 9c3c2569a1162f4227057f708699694c9a7fb32e
Author: Sandro Santilli <address@hidden>
Date:   Wed Feb 13 22:22:27 2013 +0100

    Hush noise during avcodec.h finding

diff --git a/macros/ffmpeg.m4 b/macros/ffmpeg.m4
index c645134..2134435 100644
--- a/macros/ffmpeg.m4
+++ b/macros/ffmpeg.m4
@@ -73,7 +73,7 @@ AC_DEFUN([GNASH_PATH_FFMPEG],
         for i in "" ffmpeg libavcodec ffmpeg/libavcodec; do
           if test -f ${ffmpeg_top_incl}/${i}/avcodec.h; then
             ac_cv_path_ffmpeg_incl="-I`(cd ${ffmpeg_top_incl}; pwd)`"
-            if test -f ${ffmpeg_top_incl}/${i}/version.h && $EGREP 
LIBAVCODEC_VERSION ${ffmpeg_top_incl}/${i}/version.h 2>/dev/null; then
+            if test -f ${ffmpeg_top_incl}/${i}/version.h && $EGREP 
LIBAVCODEC_VERSION ${ffmpeg_top_incl}/${i}/version.h >/dev/null; then
               avcodec_h="${ffmpeg_top_incl}/${i}/version.h"
             else
               avcodec_h="${ffmpeg_top_incl}/${i}/avcodec.h"
@@ -97,7 +97,7 @@ AC_DEFUN([GNASH_PATH_FFMPEG],
       for i in ffmpeg libavcodec ffmpeg/libavcodec; do
         if test -f ${ffmpeg_top_incl}/${i}/avcodec.h; then
           ac_cv_path_ffmpeg_incl="-I`(cd ${ffmpeg_top_incl}/${i}; pwd)`"
-          if test -f ${ffmpeg_top_incl}/${i}/version.h && $EGREP 
LIBAVCODEC_VERSION ${ffmpeg_top_incl}/${i}/version.h 2>/dev/null; then
+          if test -f ${ffmpeg_top_incl}/${i}/version.h && $EGREP 
LIBAVCODEC_VERSION ${ffmpeg_top_incl}/${i}/version.h >/dev/null; then
             avcodec_h=${ffmpeg_top_incl}/${i}/version.h
           else
             avcodec_h=${ffmpeg_top_incl}/${i}/avcodec.h

-----------------------------------------------------------------------

Summary of changes:
 macros/ffmpeg.m4 |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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