[FFmpeg-cvslog] r9394 - trunk/libavformat/cutils.c

mru subversion
Sat Jun 23 03:20:38 CEST 2007


Author: mru
Date: Sat Jun 23 03:20:38 2007
New Revision: 9394

Log:
remove useless #ifndef CONFIG_NOCUTILS


Modified:
   trunk/libavformat/cutils.c

Modified: trunk/libavformat/cutils.c
==============================================================================
--- trunk/libavformat/cutils.c	(original)
+++ trunk/libavformat/cutils.c	Sat Jun 23 03:20:38 2007
@@ -20,7 +20,6 @@
  */
 #include "avformat.h"
 
-#if !defined(CONFIG_NOCUTILS)
 /**
  * Return TRUE if val is a prefix of str. If it returns TRUE, ptr is
  * set to the next character in 'str' after the prefix.
@@ -84,8 +83,6 @@ char *pstrcat(char *buf, int buf_size, c
     return buf;
 }
 
-#endif
-
 /* add one element to a dynamic array */
 void __dynarray_add(unsigned long **tab_ptr, int *nb_ptr, unsigned long elem)
 {




More information about the ffmpeg-cvslog mailing list