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: Benjamin Wolsey
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-231-gf24af28
Date: Sat, 09 Apr 2011 16:25:28 +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  f24af288e0f353316f74b92bf83b7839cd841fd0 (commit)
      from  ac66ff6691f0d73b5a44bd8234ada3b6e91dcf87 (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=f24af288e0f353316f74b92bf83b7839cd841fd0


commit f24af288e0f353316f74b92bf83b7839cd841fd0
Author: Chi-Thanh Christopher Nguyen <address@hidden>
Date:   Sat Apr 9 18:22:37 2011 +0200

    Fix ffmpeg version detection on Gentoo.

diff --git a/macros/ffmpeg.m4 b/macros/ffmpeg.m4
index 42c7555..4dd8e87 100644
--- a/macros/ffmpeg.m4
+++ b/macros/ffmpeg.m4
@@ -90,6 +90,9 @@ AC_DEFUN([GNASH_PATH_FFMPEG],
         if test -f ${ffmpeg_top_incl}/${i}/avcodec.h; then
           ac_cv_path_ffmpeg_incl="-I`(cd ${ffmpeg_top_incl}/${i}; pwd)`"
           avcodec_h=${ffmpeg_top_incl}/${i}/avcodec.h
+          if test -f ${ffmpeg_top_incl}/${i}/version.h; then
+            avcodec_version_h=${ffmpeg_top_incl}/${i}/version.h
+          fi
           break
         fi
       done

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

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


hooks/post-receive
-- 
Gnash



reply via email to

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