[Mplayer-cvslog] CVS: main/libmpcodecs ve_x264.c,1.3,1.4

Ivan Kalvachev CVS syncmail at mplayerhq.hu
Tue Sep 14 19:15:47 CEST 2004


CVS change done by Ivan Kalvachev CVS

Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var2/tmp/cvs-serv13810

Modified Files:
	ve_x264.c 
Log Message:
Avoid include of headers if we don't compile this module.
Fix some compilation problem. 
Patch send by Bj_rn Sandell <biorn_at_dce.chalmers.se>


Index: ve_x264.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/ve_x264.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ve_x264.c	14 Sep 2004 16:57:37 -0000	1.3
+++ ve_x264.c	14 Sep 2004 17:15:45 -0000	1.4
@@ -25,6 +25,7 @@
  *
  *****************************************************************************/
 
+#ifdef HAVE_X264
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
@@ -34,7 +35,6 @@
 #include "../config.h"
 #include "../mp_msg.h"
 
-#ifdef HAVE_X264
 
 #include "m_option.h"
 #include "codec-cfg.h"




More information about the MPlayer-cvslog mailing list