Author: rotom                        Date: Sat Mar 17 12:30:06 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- up to 1.0

---- Files affected:
SOURCES:
   kino-fix_bigendian_warning.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/kino-fix_bigendian_warning.patch
diff -u SOURCES/kino-fix_bigendian_warning.patch:1.1 
SOURCES/kino-fix_bigendian_warning.patch:1.2
--- SOURCES/kino-fix_bigendian_warning.patch:1.1        Sun May 21 14:21:05 2006
+++ SOURCES/kino-fix_bigendian_warning.patch    Sat Mar 17 13:30:01 2007
@@ -1,18 +1,15 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## Paul Brossier <[EMAIL PROTECTED]>
-## DP: fix unused variable on bigendian arch 
-
[EMAIL PROTECTED]@
---- kino-0.76.orig/src/page_export_avi.cc
-+++ kino-0.76/src/page_export_avi.cc
-@@ -213,8 +213,10 @@
+--- src/page_export_avi.cc.orig        2007-03-17 12:26:16.000000000 +0100
++++ src/page_export_avi.cc     2007-03-17 12:30:18.000000000 +0100
+@@ -211,8 +211,10 @@
                time_t datetime = time( NULL );
                int frameNum = 0;
                int i;
+-              bool resample = gtk_toggle_button_get_active( GTK_TOGGLE_BUTTON(
+-                                  lookup_widget( common->getWidget(), 
"checkbutton_export_avi_resample" ) ) );
 +#if BYTE_ORDER == LITTLE_ENDIAN
-               bool resample = gtk_toggle_button_get_active( GTK_TOGGLE_BUTTON(
-                                   lookup_widget( common->getWidget(), 
"checkbutton_export_avi_resample" ) ) );
++                bool resample = gtk_toggle_button_get_active( 
GTK_TOGGLE_BUTTON(
++                                    lookup_widget( common->getWidget(), 
"checkbutton_export_avi_resample" ) ) );
 +#endif
-               int16_t *audio_buffers[ 4 ];
+               int16_le_t *audio_buffers[ 4 ];
                AudioInfo info;
-               AudioResample<int16_ne_t,int16_le_t> *resampler = NULL;
+               AsyncAudioResample<int16_ne_t,int16_le_t>* resampler = 0;
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/SOURCES/kino-fix_bigendian_warning.patch?r1=1.1&r2=1.2&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to