tasn pushed a commit to branch emotion-1.7.

commit 78870f848cc8c9440d35e84646a110a86404d3e9
Author: Tom Hacohen <[email protected]>
Date:   Wed Apr 3 17:44:57 2013 +0100

    Fixed LDFLAGS usage when using the gstreamer backend.
    
    Reported by Tommy[D] on IRC.
---
 ChangeLog    | 4 ++++
 NEWS         | 5 +++++
 configure.ac | 2 +-
 3 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 0f35bfa..d8d33ca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -85,3 +85,7 @@
 
         * fix type in emotion_suspend_get()
 
+2013-04-03  Tom Hacohen
+
+       * autofoo: Fixed ldflags when using the gstreamer backend.
+
diff --git a/NEWS b/NEWS
index 4765cb6..c930ffa 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,10 @@
 Emotion 1.7.5
 
+Changes since Emotion 1.7.5:
+-------------------------
+Fixes:      
+      * autofoo: Fixed ldflags when using the gstreamer backend.
+
 Changes since Emotion 1.7.4:
 -------------------------
 
diff --git a/configure.ac b/configure.ac
index 0986b8a..324ea57 100644
--- a/configure.ac
+++ b/configure.ac
@@ -284,7 +284,7 @@ if test "x${enable_gstreamer}" = "xyes" ; then
       AC_CHECK_LIB([gstinterfaces-0.10],
          [gst_x_overlay_set_window_handle],
          [AC_DEFINE([HAVE_X_OVERLAY_SET], [1], [Use 
gst_x_overlay_set_window_handle instead of old deprecated 
gst_x_overlay_set_xwindow_id])])
-      LDFLAGS=$sava_LDFLAGS
+      LDFLAGS=$save_LDFLAGS
    fi
 fi
 

-- 

------------------------------------------------------------------------------
Minimize network downtime and maximize team effectiveness.
Reduce network management and security costs.Learn how to hire 
the most talented Cisco Certified professionals. Visit the 
Employer Resources Portal
http://www.cisco.com/web/learning/employer_resources/index.html

Reply via email to