gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r11750: test for the correct variabl


From: Rob Savoye
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r11750: test for the correct variable, ac_cv_path_ffmpeg_lib was always unset after other changes. Fixes ffmpoeg builds.
Date: Thu, 14 Jan 2010 16:26:15 -0700
User-agent: Bazaar (2.0.2)

------------------------------------------------------------
revno: 11750
committer: Rob Savoye <address@hidden>
branch nick: trunk
timestamp: Thu 2010-01-14 16:26:15 -0700
message:
  test for the correct variable, ac_cv_path_ffmpeg_lib was always unset after 
other changes. Fixes ffmpoeg builds.
modified:
  macros/ffmpeg.m4
=== modified file 'macros/ffmpeg.m4'
--- a/macros/ffmpeg.m4  2010-01-01 17:48:26 +0000
+++ b/macros/ffmpeg.m4  2010-01-14 23:26:15 +0000
@@ -374,7 +374,7 @@
   dnl       from pkg-config, as it would likely bring all
   dnl       required libs in. 
   dnl
-  if test x"${ac_cv_path_ffmpeg_lib}" != x; then
+  if test x"${libavcodec}" != x; then
 
     dnl Look for the DTS library, which is required on some systems. {
     dnl


reply via email to

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