[svn] / trunk / xvidcore / examples / xvid_encraw.c Repository:
ViewVC logotype

Diff of /trunk/xvidcore/examples/xvid_encraw.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1729, Wed Oct 11 13:52:06 2006 UTC revision 1735, Fri Oct 13 09:28:46 2006 UTC
# Line 21  Line 21 
21   *  along with this program; if not, write to the Free Software   *  along with this program; if not, write to the Free Software
22   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
23   *   *
24   * $Id: xvid_encraw.c,v 1.28 2006-10-11 13:52:06 Skal Exp $   * $Id: xvid_encraw.c,v 1.29 2006-10-13 09:28:46 Skal Exp $
25   *   *
26   ****************************************************************************/   ****************************************************************************/
27    
# Line 1903  Line 1903 
1903                  xvid_enc_create.num_plugins++;                  xvid_enc_create.num_plugins++;
1904          }          }
1905    
 #ifndef WIN32  
1906          if (ARG_SSIM) {          if (ARG_SSIM) {
1907                  plugins[xvid_enc_create.num_plugins].func = xvid_plugin_ssim;                  plugins[xvid_enc_create.num_plugins].func = xvid_plugin_ssim;
1908                  ssim.b_printstat = 1;                  ssim.b_printstat = 1;
# Line 1912  Line 1911 
1911                  plugins[xvid_enc_create.num_plugins].param = &ssim;                  plugins[xvid_enc_create.num_plugins].param = &ssim;
1912                  xvid_enc_create.num_plugins++;                  xvid_enc_create.num_plugins++;
1913          }          }
 #endif  
1914    
1915  #if 0  #if 0
1916          if (ARG_DEBUG) {          if (ARG_DEBUG) {

Legend:
Removed from v.1729  
changed lines
  Added in v.1735

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4